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
It is recommended to rename the saveProperty method in the EntityStore to updateProperty. This will avoid any ambiguity as the function of this method is to manipulate the properties of existing entities. Furthermore, the removeProperty method can be removed since other property actions, such as rename and delete, can handle the same functionality.
The text was updated successfully, but these errors were encountered:
It is recommended to rename the
saveProperty
method in theEntityStore
toupdateProperty
. This will avoid any ambiguity as the function of this method is to manipulate the properties of existing entities. Furthermore, theremoveProperty
method can be removed since other property actions, such as rename and delete, can handle the same functionality.The text was updated successfully, but these errors were encountered: