-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding relationships from the edit item page is broken #1103
Comments
@artlowel : Assigning this back to you for analysis & estimation. It sounds like something that should be fixed in 7.0, so I gave it a |
@atarix83 Could you tell me why this setItem method was added? The item was already being set by the method that initializes the modal in the submission and on the edit item page, and was independent of anything submission related. At first sight it seems like simply removing setItem could fix this issue. |
@artlowel that method has been added to retrieve the item end collection when I've tried to place the lookup button, along the |
In that case we can fix it in 1 hour |
Sounds good @artlowel . I've assigned back to your team to begin work |
Describe the bug
If you try to add a relationship from the edit item tab as an admin the modal it will keep loading. It looks like this was broken by #1025, where a number of observables specific to the submission where added to the modal and used to determine when to show the loading component
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The modal should work properly both in the submission and on the edit item page.
Related work
#1025
The text was updated successfully, but these errors were encountered: