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
When pressing the delete button of an attribute in the edit entity view, the attribute disappears in the view, but this change is not saved. When pressing "update" and then inspectint the entity, the deleted attribute will still be visible.
Steps to reproduce:
Create an entity with attributes
Edit the entity, and press the delete button of an attribute
press update
Look at the entity again
The text was updated successfully, but these errors were encountered:
This issue is fix in the current development branch. However, the last attribute can not be deleted. The reason is probably, that we are not allowing empty attributes during the validation
When pressing the delete button of an attribute in the edit entity view, the attribute disappears in the view, but this change is not saved. When pressing "update" and then inspectint the entity, the deleted attribute will still be visible.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: