You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just ran into a problem where mask deleted all fields of an element.
If I want to edit an element it sometimes takes a while until all fields are shown in the BE mask configurator. (1-2 sec)
If I click on the save button during that short time period, when no fields are shown, mask saves the element with no fields.
In my opinion the save button should be active only when all fields were loaded and shown in the configurator.
The text was updated successfully, but these errors were encountered:
Actually I have no idea how to do this. Right now I just wait for all requests to be done. That is when the splashscreen dissappears. In local development the components are normally rendered almost instantaneously. So in addition I would need to wait until all sub-components are rendered. This isn't so simple, as the number of components is variable. Maybe there is some VueJs Guru outthere who could help?
I only noticed this because I was saving each element and noticed that on some elements more (missing/additional?) code was added to the mask.json. I haven't changed anything in the elements. So I just opened each element and clicked on the save button and at the last element I was to fast, no fields were loaded and then all the fields were gone after saving.
I just ran into a problem where mask deleted all fields of an element.
If I want to edit an element it sometimes takes a while until all fields are shown in the BE mask configurator. (1-2 sec)
If I click on the save button during that short time period, when no fields are shown, mask saves the element with no fields.
In my opinion the save button should be active only when all fields were loaded and shown in the configurator.
The text was updated successfully, but these errors were encountered: