mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
0bdedded2c
There can be race conditions when the resource update is failing after a type swtich and the form for the updated type needs to be fetched. Sometimes, the old form is used (from the former type) which does not have information on a custom field property. In this case, a fallback is added to force fetching the form. This solution is not ideal as an additional request is sent to the server. Ideally, the changes to the table should only be rendered after the schema (as part of the form) is present.