-
Notifications
You must be signed in to change notification settings - Fork 433
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
Move subscription button to DSO edit menu #2385
Move subscription button to DSO edit menu #2385
Conversation
- Abstract away the different "subsections" ~ DSO type (the tests should not care about this) Instead, retrieve sections of interest by ID & assert whether they're there & how they should look - Test separately for Communities, Collections & Items - Test newly added menu section
Integration tests failed on
|
Thanks @ybnd. To be clear, visually, there is no difference in where the subscription bell appears or how works. I tested this patch on DSpace 7.6 and found it to be anti-climactic because it looks and behaves exactly as before. 👍 I confirmed that after applying the patch I no longer see the |
Successfully created backport PR for |
[DSC-1977] Improve error handling of the item correction functionality Approved-by: Andrea Barbasso
References
Add references/links to any related issues or PRs. These may include:
Description
This PR removes the
ds-dso-page-subscription-button
component and replaces it with an entry in the DSO edit menu for Communities and Collections.Reviewing
Checklist
This checklist provides a reminder of what we are going to look for when reviewing your PR. You need not complete this checklist prior to creating your PR (draft PRs are always welcome). If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!
yarn lint
yarn check-circ-deps
)package.json
), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.