Tim Donohue
|
27c57d6f4e
|
Merge pull request #3102 from tdonohue/port_2953_to_7x
[Port dspace-7_x] Avoid metadata representation element is rendered twice when checking the browse configuration
|
2024-06-05 15:52:56 -05:00 |
|
Giuseppe Digilio
|
3f7e273597
|
Avoid metadata representation element is rendered twice when checking the browse configuration
|
2024-06-05 15:25:12 -05:00 |
|
Tim Donohue
|
3fbc3dca6f
|
Merge pull request #2853 from 4Science/main-optimize-metadata-represenation-rendering
Avoid metadata representation element is rendered twice when checking the browse configuration
|
2024-06-05 15:23:26 -05:00 |
|
Tim Donohue
|
2cfe7c05b9
|
Merge pull request #2929 from alexandrevryghem/w2p-113901_edit-item-relationships-does-not-display-tilted-relationships_contribute-main
Fixed edit item relationships tab not displaying tilted relationships
|
2024-06-05 14:43:17 -05:00 |
|
Tim Donohue
|
b02e4b18c2
|
Merge pull request #3074 from alexandrevryghem/fix-advanced-workflows-throwing-404_contribute-main
Fix advanced workflows throwing 404
|
2024-06-05 12:05:04 -05:00 |
|
Sergio Fernández Celorio
|
a92fa8d17d
|
Error fixed
|
2024-06-05 08:56:53 +02:00 |
|
Thiago Rodrigues
|
3b9d4011e6
|
feat: resolve conflicts
|
2024-06-04 19:56:05 -03:00 |
|
Thiago Rodrigues
|
18c670606b
|
feat: update pt-BR translation
|
2024-06-04 19:22:16 -03:00 |
|
Thiago Rodrigues
|
b550a60582
|
feat: update pt-BR translation
|
2024-06-04 19:22:16 -03:00 |
|
Tim Donohue
|
b752edadf6
|
Minor updates to i18n text for OpenAIRE. All OpenAIRE searches return publications
|
2024-06-04 16:34:59 -05:00 |
|
root
|
e96d64a622
|
Melhorando acessibilidade do componente ds-loading
|
2024-06-04 17:23:57 -03:00 |
|
Alexandre Vryghem
|
6d1e6f90fc
|
115046: Fixed issue where relationsToItems would never emit when an empty array was passed to it
|
2024-06-03 15:03:47 +02:00 |
|
Alexandre Vryghem
|
8ee375016f
|
115046: Fixed loading animation not resetting hen closing modal
|
2024-06-03 14:55:53 +02:00 |
|
Alexandre Vryghem
|
f1706e24c2
|
115046: Fixed related item not invalidating on relationship deletion & automatically invalidate the isSelected value after updating relationship on item
|
2024-06-03 14:55:53 +02:00 |
|
Yana De Pauw
|
33b59c739d
|
115284: Fix issue with same type relationships
|
2024-06-03 11:20:21 +02:00 |
|
Alexandre Vryghem
|
280795d16d
|
Merge remote-tracking branch 'refs/remotes/upstream/main' into w2p-113901_edit-item-relationships-does-not-display-tilted-relationships_contribute-main
# Conflicts:
# src/app/item-page/edit-item-page/item-relationships/edit-relationship-list/edit-relationship-list.component.ts
|
2024-06-02 22:02:19 +02:00 |
|
Alexandre Vryghem
|
e25f2eae55
|
Merge branch 'w2p-115434_byLabel-related-entity-type_contribute-7.6' into w2p-115434_byLabel-related-entity-type_contribute-main
# Conflicts:
# src/app/item-page/edit-item-page/item-relationships/edit-relationship-list/edit-relationship-list.component.ts
|
2024-06-02 21:51:46 +02:00 |
|
Tim Donohue
|
b0a8a50c16
|
Merge pull request #3097 from tdonohue/port_3061_to_main
[Port main] Hide search text field when number of facet values is less than the maximum
|
2024-05-31 14:38:20 -05:00 |
|
Tim Donohue
|
bb341a3ea7
|
Minor fix for scenarios where page is undefined. Fixes a few specs.
|
2024-05-31 14:11:57 -05:00 |
|
Tim Donohue
|
e3595e5f34
|
Fix "Async pipe results should not be negated" from lint
|
2024-05-31 12:53:45 -05:00 |
|
Victor Hugo Duran Santiago
|
44480cba4a
|
Fix - hide search text field in the filter section if the number of facet values does not exceed the maximum number of facet values shown
|
2024-05-31 12:31:27 -05:00 |
|
Victor Hugo Duran Santiago
|
906b2f5917
|
Fix - hide search text field in the filter section if the number of facet values does not exceed the maximum number of facet values shown
|
2024-05-31 12:30:30 -05:00 |
|
Tim Donohue
|
b9a1045e38
|
Merge pull request #3049 from atmire/w2p-114858_refactor_guards_as_functions-8.0
Fix: Item edit pages not hidden/redirect for anon or non-authorised users
|
2024-05-31 12:16:47 -05:00 |
|
Giuseppe Digilio
|
2d81a487d3
|
[DURACOM-247] Move check for initialized token to request effects
|
2024-05-31 12:13:05 -05:00 |
|
Tim Donohue
|
df8f0db784
|
Update build script to use "docker compose" instead of "docker-compose". Fixes random failures starting e2e test backend via Docker
|
2024-05-31 12:13:05 -05:00 |
|
Tim Donohue
|
950038e6df
|
Fix tests. Add XSRFService to all specs which need it to be initialized
|
2024-05-31 12:13:01 -05:00 |
|
Tim Donohue
|
769210bef2
|
Update code to use GET request. Cleanup lint errors & add in basic TypeDocs
|
2024-05-31 12:12:02 -05:00 |
|
Art Lowel
|
7d5e499f21
|
make a call to ensure a correct XSRF token before performing any non-GET requests
|
2024-05-31 12:12:02 -05:00 |
|
Tim Donohue
|
cbee67cd4b
|
Merge pull request #3059 from alexandrevryghem/w2p-113560_edit-item-add-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
|
2024-05-31 12:09:50 -05:00 |
|
Tim Donohue
|
ebf9469846
|
Merge pull request #3060 from alexandrevryghem/w2p-113560_edit-item-add-relationships-one-by-one_contribute-main
Fixed creation & deletion of relationships not working correctly & added same entity type relationship support
|
2024-05-31 11:49:07 -05:00 |
|
Tim Donohue
|
5580c81ff7
|
Merge pull request #3095 from tdonohue/port_2761_to_7x
[Port dspace-7_x] Fix caching issues for versioning
|
2024-05-31 11:45:18 -05:00 |
|
Yury Bondarenko
|
73be8a972c
|
Always wait for correct draft status, fix spelling
|
2024-05-30 17:00:51 -05:00 |
|
Yury Bondarenko
|
5f5f6da067
|
Clean up VersionHistoryDataService changes
|
2024-05-30 16:57:26 -05:00 |
|
Yury Bondarenko
|
be817b0ab6
|
Fix cache invalidation for versioning
|
2024-05-30 16:57:14 -05:00 |
|
Tim Donohue
|
123b6b7bab
|
Merge pull request #2761 from ybnd/fix-versioning-button
Fix caching issues for versioning
|
2024-05-30 16:55:17 -05:00 |
|
Alexandre Vryghem
|
bedfe02f65
|
Merge branch 'w2p-113560_edit-item-add-relationships-one-by-one_contribute-7.6' into w2p-113560_edit-item-add-relationships-one-by-one_contribute-7_x
|
2024-05-30 23:17:15 +02:00 |
|
Alexandre Vryghem
|
227d47154c
|
115046: Fixed issue where store operations would sometimes be performed in incorrect order
|
2024-05-30 23:12:03 +02:00 |
|
Alexandre Vryghem
|
4a70382072
|
115046: Fixed incorrect name variant being saved in the store when marking relationship ready for deletion
|
2024-05-30 23:12:02 +02:00 |
|
Alexandre Vryghem
|
c687d3ff5d
|
115046: Fixed performance issues in virtual metadata popup
|
2024-05-30 23:12:02 +02:00 |
|
Alexandre Vryghem
|
62e07e7335
|
115046: Fixed issue where store operations would sometimes be performed in incorrect order
|
2024-05-30 17:06:10 +02:00 |
|
Alexandre Vryghem
|
a596af03a4
|
115046: Fixed incorrect name variant being saved in the store when marking relationship ready for deletion
|
2024-05-30 17:06:10 +02:00 |
|
Alexandre Vryghem
|
58bcb9b8da
|
115046: Fixed performance issues in virtual metadata popup
|
2024-05-30 17:06:10 +02:00 |
|
ahmadmostafa1976
|
3ab5d6dfb6
|
Update ar.json5
|
2024-05-30 13:17:44 +03:00 |
|
Tim Donohue
|
491a61b8b1
|
Merge pull request #3088 from DSpace/backport-3080-to-dspace-7_x
[Port dspace-7_x] Fixed page size change and sorting not working on comcol pages
|
2024-05-29 16:55:00 -05:00 |
|
Tim Donohue
|
8c6df7ac8e
|
Merge pull request #3089 from DSpace/backport-3079-to-dspace-7_x
[Port dspace-7_x] Fixed delete item page freezing when having relationships
|
2024-05-29 16:54:40 -05:00 |
|
Tim Donohue
|
8c35ca86c8
|
Merge pull request #3064 from alexandrevryghem/minor-ui-improvements_contribute-7_x
[Port dspace-7_x] Fixed item-edit.cy.ts regularly failing & minor UI improvements
|
2024-05-29 16:36:20 -05:00 |
|
Alexandre Vryghem
|
7993020463
|
115427: Fixed delete item not redirecting when having some virtual metadata that needs to be copied
(cherry picked from commit b8d9c650f5 )
|
2024-05-29 20:51:02 +00:00 |
|
Alexandre Vryghem
|
8b3010be0c
|
115427: Fixed edit item pages not redirecting to 404 with invalid id
(cherry picked from commit 249cac4f27 )
|
2024-05-29 20:51:01 +00:00 |
|
Alexandre Vryghem
|
2843659416
|
115427: Fixed delete item page freezing when it has relationships
(cherry picked from commit e6086e16ea )
|
2024-05-29 20:51:01 +00:00 |
|
Tim Donohue
|
a5b9477cc9
|
Merge pull request #3079 from alexandrevryghem/w2p-115427_fixed-delete-item-page-freezing_contribute-main
Fixed delete item page freezing when having relationships
|
2024-05-29 15:50:41 -05:00 |
|