-
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
WITHDRAW / REINSTATE requests for an item #2759
Merged
tdonohue
merged 43 commits into
DSpace:main
from
4Science:CST-12109-WITHDRAWN-REINSTATE-requests
Feb 27, 2024
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
752cb4d
[CST-11178] show allowed correction types
Micheleboychuk bf67fee
[CST-11178][CST-11179] page to select the target item for "relation" …
Micheleboychuk d49185e
[CST-11178][CST-11179] POST action of correction suggestion
Micheleboychuk eeefd86
[CST-11179][CST-11178] Fixes
Micheleboychuk d7857a6
[CST-11179][CST-11178] fix
alisaismailati c50dd72
[CST-11178][CST-11179] allow access for authorized user only
alisaismailati f76e224
[CST-11178]CST-11179] small fix
alisaismailati 8157c47
[CST-11178] Fix correction-type-menu.component visualization
atarix83 5f63e30
[CST-11178] Fix issue with correction type routing
Micheleboychuk b907c81
[CST-11178] Fix issue with link
atarix83 ac7cf5b
[CST-11178] Fix issue while retrieving the id
atarix83 1a525df
[CST-11179] Fixed breadcrumb & refresh & labels & redirection from /f…
Micheleboychuk 143916c
[CST-11178][CST-11179] fixed pagination for relationship management
alisaismailati 9094d82
[CST-12109] implemented withdrawn-reinstate requests
Micheleboychuk 0b39197
[CST-12109] added new labels
Micheleboychuk 6dc3528
[CTS-12109] refactoring
Micheleboychuk ef1bd9f
[CST-12109] improve code
Micheleboychuk 5589c76
[CST-12109] porting of box thatallows undo of QAEvent request
Micheleboychuk 1c3776b
[CST-12109] porting missing code
Micheleboychuk 101cd0a
[CST-12109] improvement code
Micheleboychuk 3ecc1ca
Merge branch 'main' into CST-12109-WITHDRAWN-REINSTATE-requests
alisaismailati 805e98b
[CST-12109] fixed failing unit tests after merge
alisaismailati a4b0c5a
cherry-picked "[CST-12791] changed the route for suggestions to be be…
alisaismailati 80a0cd4
[CST-12109] "refresh" page on item withdrawn from details page
alisaismailati 415bdea
cherry-picked "[CST-12145] get qa-sources by target for item-page & r…
alisaismailati e4858f2
[CST-12109] fixes
alisaismailati ad5e3af
[CST-12109] "refresh" page refactor
alisaismailati 8cc45e8
[CST-12109] request reinstate for normal users
alisaismailati 2f43bb7
[CST-12109] small fixes
alisaismailati ac6c890
[CST-12109] tests & translations
alisaismailati 1b5007a
[CST-12109] display user's email info on topic list
alisaismailati f916bd7
[CST-12109] fixes
alisaismailati d72610f
Merge branch 'main' into CST-12109-WITHDRAWN-REINSTATE-requests
alisaismailati 8d0971d
Merge branch 'main' into CST-12109-WITHDRAWN-REINSTATE-requests
alisaismailati 7350fdd
[CST-12109] qa-event notification box fixes
alisaismailati c34a49e
[CST-12109] lint fix
alisaismailati 6c73a2e
Merge branch 'main' into CST-12109-WITHDRAWN-REINSTATE-requests
alisaismailati e7579b7
[CST-12109] fix of text messages / source image
alisaismailati 37dc8cc
[CST-12109] logo alignment
alisaismailati 49a3310
[CST-12109] rewrite unit test case
alisaismailati d0ed405
[CST-12109] added discernable text to delete button for non-admin users
alisaismailati 447b275
[CST-12109] Updated notification text messages
alisaismailati e4b2814
Merge branch 'main' of https://bitbucket.org/4Science/dspace-angular …
alisaismailati File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
23 changes: 10 additions & 13 deletions
23
src/app/item-page/simple/qa-event-notification/qa-event-notification.component.html
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
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
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
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
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
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
1 change: 1 addition & 0 deletions
1
...e-page/my-dspace-qa-events-notifications/my-dspace-qa-events-notifications.component.scss
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
.source-logo { | ||
max-height: var(--ds-header-logo-height); | ||
} | ||
|
||
.sections-gap { | ||
gap: 1rem; | ||
} |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue is still there, you can still change this to toBeFalse() and get the test to pass
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refactored