-
Notifications
You must be signed in to change notification settings - Fork 3
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
bug(apis_entities): merge link broken #1278
Labels
bug
Something isn't working (properly, as expected, at all)
Comments
gythaogg
added a commit
that referenced
this issue
Oct 11, 2024
The merge link was incorrectly pointing the merge action view that merges two objects; it has been corrected to point to the merge view that allows the user to select another object for merging. closes #1278
gythaogg
added
the
needs-attention
This issue or pull request is in need of discussion, information, assessment by team members
label
Oct 11, 2024
sennierer
removed
the
needs-attention
This issue or pull request is in need of discussion, information, assessment by team members
label
Oct 15, 2024
b1rger
pushed a commit
that referenced
this issue
Oct 15, 2024
The merge link was incorrectly pointing the merge action view that merges two objects; it has been corrected to point to the merge view that allows the user to select another object for merging. closes #1278
b1rger
pushed a commit
that referenced
this issue
Oct 15, 2024
The merge link was incorrectly pointing the merge action view that merges two objects; it has been corrected to point to the merge view that allows the user to select another object for merging. closes #1278
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
Expected behaviour: A form to select to the entity with which this entity needs to be merged
Actual behaviour: The page reloads.
I think this was introduced in ba7ad4c when
get_merge_url
was removed fromapis_entities.models
which used returngeneric_entities_merge_view
The
get_merge_url
ingeneric/abc.py
(introduced in 5f21c4d) instead returnsapis_core:generic:merge
which shouldn't be called on clicking the Merge link@b1rger: It might make sense to remove Merge from this Action menu and use the Merge field in the Edit view below the Relations table
The text was updated successfully, but these errors were encountered: