Matteo Tatoni created SYNCOPE-1846: -------------------------------------- Summary: Cannot create more than one relationship at a time from the console Key: SYNCOPE-1846 URL: https://issues.apache.org/jira/browse/SYNCOPE-1846 Project: Syncope Issue Type: Bug Components: console Affects Versions: 3.0.10 Reporter: Matteo Tatoni Fix For: 3.0.10, 4.0.0
To reproduce the issue: # Open the console and go to the edit or creation page of a User or AnyObject. # Proceed to the "Relationships" page and add a relationship. # When attempting to add a second relationship, the creation panel will already be pre-filled with the data from the previously added relationship. # After creating the second relationship, the summary table will display the second relationship twice, while the first relationship will no longer be visible. If a third relationship is added, it will appear three times in the table, and both the first and second relationships will disappear, and so on. Upon saving the User or AnyObject being created/edited, only the last relationship will be saved without duplications. -- This message was sent by Atlassian Jira (v8.20.10#820010)