Files
ulferts 0bdedded2c stabilizing loading the resource form
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.
2026-06-10 13:28:29 +02:00
..