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
Currently, circular references can be created between entries of the Attribute entity. This should be resolved as it suffice to accidentally create a circular reference to cause a stack overflow when querying all entries of this entity.
Resolution at the application level.
Check possible circular references before adding/editing an Attribute entries (Back-end)
Remove parent Attribute entries (from appropriate drop-down lists) that might cause circular references (Front-end)
Unit tests
e2e
The text was updated successfully, but these errors were encountered:
Currently, circular references can be created between entries of the Attribute entity. This should be resolved as it suffice to accidentally create a circular reference to cause a stack overflow when querying all entries of this entity.
Resolution at the application level.
The text was updated successfully, but these errors were encountered: