forked from DSpace/dspace-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dspace 7 x #2
Merged
VictorHugoDuranS
merged 92 commits into
VictorHugoDuranS:dspace-7_x
from
DSpace:dspace-7_x
Jun 6, 2024
Merged
Dspace 7 x #2
VictorHugoDuranS
merged 92 commits into
VictorHugoDuranS:dspace-7_x
from
DSpace:dspace-7_x
Jun 6, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- remove (de)select all buttons in DynamicLookupRelationSearchTab - add requestQueue to RelationshipEffects
This needs to be done here too, since tilted relationships won't be returned by the api/core/items/{uuid}/relationships endpoint
- Fixed DSO edit menu sometimes displaying underneath header based on header z-index - Fixed accessibility issue on request a copy page
…ldn't arrive in the edit relationships component
…ResultListElementComponent from the themes folder when present (cherry picked from commit d00fc5d)
(cherry picked from commit da320b5)
…is false (cherry picked from commit 37c534b)
…orking-between-same-types_contribute-7.6' into w2p-113560_edit-item-add-relationships-one-by-one
….6' into w2p-113560_edit-item-add-relationships-one-by-one
… the second submit onwards
…relationship types have changed
…y filter when none is configured (cherry picked from commit 9e7a59d)
… clickedObject Also fixed minor CSS issue in mobile mode where sidebar is still visible (cherry picked from commit cbe3f2f)
(cherry picked from commit d5cf236)
[Port dspace-7_x] Encode all `RequestParam` values
[Port dspace-7_x] Live import preview should show all metadata values, not only the first one
added maxlength and hint to resource policy
[Port dspace-7_x] Fix display of dso names for EPersons
…cludingValues logic
…rovements_contribute-7_x
(cherry picked from commit c2684d3)
…dren for role="row" & added missing roles to edit comcol tabs (cherry picked from commit 77d0f9c)
(cherry picked from commit 56c786d)
…aximum (#3061) Hide search text field in the filter section if the number of facet values does not exceed the maximum number of facet values shown.
…otherwise the reRequestOnStale won't work
…e redirect status code to 301 Moved Permanently (cherry picked from commit 369bd69)
…id bitstream urls in combination with a HardRedirectService#redirect, this will make ensure the redirect is visible for curl instead of being performed by Angular (cherry picked from commit 23644e9)
[Port dspace-7_x] Made legacy bitstream URLs redirect with 301 status code
… name was the same as a standard DOM event (cherry picked from commit 4d89a11)
(cherry picked from commit e6086e1)
(cherry picked from commit 249cac4)
…tadata that needs to be copied (cherry picked from commit b8d9c65)
…contribute-7_x [Port dspace-7_x] Fixed item-edit.cy.ts regularly failing & minor UI improvements
[Port dspace-7_x] Fixed delete item page freezing when having relationships
[Port dspace-7_x] Fixed page size change and sorting not working on comcol pages
…rking relationship ready for deletion
…ed in incorrect order
…ibute-7.6' into w2p-113560_edit-item-add-relationships-one-by-one_contribute-7_x
[Port dspace-7_x] Fix caching issues for versioning
…dd-relationships-one-by-one_contribute-7_x [Port dspace-7_x] Fixed creation & deletion of relationships not working correctly & added same entity type relationship support
… the browse configuration
[Port dspace-7_x] Avoid metadata representation element is rendered twice when checking the browse configuration
…relationships-does-not-display-tilted-relationships' into dspace-7_x # Conflicts: # src/app/item-page/edit-item-page/item-relationships/edit-relationship-list/edit-relationship-list.component.ts
…elationships-does-not-display-tilted-relationships_contribute-7_x [Port dspace-7_x] Fixed edit item relationships tab not displaying tilted relationships
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
References
Add references/links to any related issues or PRs. These may include:
issue-number
(if this fixes an issue ticket)pr-number
(if a REST API PR is required to test this)Description
Short summary of changes (1-2 sentences).
Instructions for Reviewers
Please add a more detailed description of the changes made by your PR. At a minimum, providing a bulleted list of changes in your PR is helpful to reviewers.
List of changes in this PR:
Include guidance for how to test or review your PR. This may include: steps to reproduce a bug, screenshots or description of a new feature, or reasons behind specific changes.
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.