Paulo Graça
a276f415a8
adding ngOnDestroy for dealing with unsubscribe
...
(cherry picked from commit 75b788d05b
)
2023-11-13 17:30:28 +00:00
Paulo Graça
59c4d59e45
remove replaceAll and use an object property
...
(cherry picked from commit c7eae9242a
)
2023-11-13 17:30:28 +00:00
Paulo Graça
a12488c827
new accessStatusClass atribute
...
(cherry picked from commit 6378dbec4a
)
2023-11-13 17:30:28 +00:00
Paulo Graça
ff03243298
Create new access-status-badge.component.scss
...
(cherry picked from commit 3bf2eb1997
)
2023-11-13 17:30:28 +00:00
Paulo Graça
116bfbded1
adding new access-status-list-element-badge css classes
...
(cherry picked from commit e847e4ef51
)
2023-11-13 17:30:28 +00:00
Alexandre Vryghem
68cdd120c9
Fix handle redirect not working with custom nameSpace
...
(cherry picked from commit b894dce3b0
)
2023-11-13 17:22:53 +00:00
Tim Donohue
7d5c4560cd
Merge pull request #2629 from tdonohue/port_2620_to_dspace-7_x
...
[Port dspace-7_x] Fix for repeatable date field labels
2023-11-10 17:20:40 -06:00
Tim Donohue
755e89dffa
Merge pull request #2628 from DSpace/backport-2625-to-dspace-7_x
...
[Port dspace-7_x] Bump axios from 0.27.2 to 1.6.0
2023-11-10 17:15:22 -06:00
lotte
8458d589b2
Fixed test
2023-11-10 16:40:31 -06:00
lotte
30ce8440e1
108045: Fix for repeatable date field labels
2023-11-10 16:39:38 -06:00
dependabot[bot]
c8d98ec0b1
Bump axios from 0.27.2 to 1.6.0
...
Bumps [axios](https://github.com/axios/axios ) from 0.27.2 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
(cherry picked from commit ef9f31d3c6
)
2023-11-10 22:23:44 +00:00
Tim Donohue
6975fd15d5
Merge pull request #2627 from DSpace/backport-2545-to-dspace-7_x
...
[Port dspace-7_x] Fix "Edit Group" page always requests all member Subgroups & EPersons
2023-11-10 15:14:27 -06:00
Tim Donohue
d305e6096a
Address feedback. Run empty search on init. Reorder sections to list current members before add members (for both eperson and groups)
...
(cherry picked from commit 9117ac005f
)
2023-11-10 19:03:47 +00:00
Tim Donohue
37ae09acd1
Remove seemingly unnecessary page reload after new search.
...
(cherry picked from commit d163db13f2
)
2023-11-10 19:03:47 +00:00
Tim Donohue
8cc36d7056
Refactor subgroups-list component's "search()" to act same as member-list component's "search()". Avoids reloading the page as frequently.
...
(cherry picked from commit 2eb1a17e4e
)
2023-11-10 19:03:47 +00:00
Tim Donohue
4a1f2a1b75
Refactor members-list and subgroups-list components to use new isNotMemberOf endpoints (via services)
...
(cherry picked from commit 8a10888d2a
)
2023-11-10 19:03:47 +00:00
Tim Donohue
1f1dc59f8b
Fix subgroups-list specs so they align with new members-list specs
...
(cherry picked from commit 64f968b246
)
2023-11-10 19:03:47 +00:00
Tim Donohue
f0b4239df9
Also remove unnecessary EpersonDtoModel from extending ReviewersListComponent. Remove "memberOfGroup" from EpersonDtoModel as it is no longer used
...
(cherry picked from commit b598f1b5ca
)
2023-11-10 19:03:47 +00:00
Tim Donohue
753a31f7f4
Remove unnecessary EpersonDtoModel. Rework code and tests to use EPerson instead.
...
(cherry picked from commit bffae54b10
)
2023-11-10 19:03:47 +00:00
Tim Donohue
ac6a7be7aa
Remove "isMemberOfGroup()" from members-list component.
...
(cherry picked from commit 43d37196fb
)
2023-11-10 19:03:47 +00:00
Tim Donohue
c02cfff8da
Fix bug where linked Community/Collection info was sometimes listed many times in a row
...
(cherry picked from commit 229236634a
)
2023-11-10 19:03:47 +00:00
Tim Donohue
d7ccce1f8f
Remove isSubgroupOfGroup() functionality as it loads every subgroup at once. Bad peformance for large groups
...
(cherry picked from commit 97479a2945
)
2023-11-10 19:03:47 +00:00
Tim Donohue
139446118b
Limit getMembers() and getSubgroups() to only fetching one object. These lists are only used to find the size of each
...
(cherry picked from commit 0da7c15f2e
)
2023-11-10 19:03:47 +00:00
Tim Donohue
787feae631
Merge pull request #2626 from tdonohue/port_2607_to_dspace-7_x
...
[Port dspace-7_x] Added skip to main content button
2023-11-10 11:43:15 -06:00
Alexandre Vryghem
e545c42aae
Added skip to main content button
2023-11-10 10:59:57 -06:00
Tim Donohue
d166b5e37a
Merge pull request #2623 from DSpace/backport-2611-to-dspace-7_x
...
[Port dspace-7_x] Communities & Collections tree browser updates - Replaced #2597
2023-11-10 09:55:38 -06:00
Tim Donohue
61ded72183
Merge pull request #2616 from DSpace/backport-2574-to-dspace-7_x
...
[Port dspace-7_x] Support type-bind of elements based on repeatable list type-bound element (CHECKBOX_GROUP)
2023-11-10 09:15:59 -06:00
William Welling
b6d8c7d18e
Filter expanded nodes by id
...
Co-Authored-By: Art Lowel <1567693+artlowel@users.noreply.github.com >
(cherry picked from commit dc2ef989e6
)
2023-11-10 15:14:28 +00:00
William Welling
1d0ca04992
Update condition to render show more node
...
`loadingNode` ends up being the current `node` after clicking it preventing it from rendering when more pages available.
Update community list component spec
Make the show more flat node id unique
The nodes with same id are conflicting when added to the tree. Clicking on the second with same id places the show more button under the wrong branch and expands the wrong page.
(cherry picked from commit 11d3771e72
)
2023-11-10 15:14:28 +00:00
Tim Donohue
34b91a7dea
Merge pull request #2617 from DSpace/backport-2594-to-dspace-7_x
...
[Port dspace-7_x] Media viewer controls rendered behind DSpace header
2023-11-10 06:49:12 -06:00
Tim Donohue
203dcbebda
Merge pull request #2612 from DSpace/backport-2596-to-dspace-7_x
...
[Port dspace-7_x] Fix cache issue when depositing a submission
2023-11-09 16:53:28 -06:00
Davide Negretti
c6ade09e4a
[DURACOM-180] Prevent header from covering media viewer controls (base theme)
...
(cherry picked from commit c042cd8d11
)
2023-11-09 22:44:28 +00:00
Davide Negretti
5f46b638e4
[DURACOM-180] Prevent header from covering media viewer controls (dspace theme)
...
(cherry picked from commit 0208a78437
)
2023-11-09 22:44:28 +00:00
Davide Negretti
0d0c2dac17
[DURACOM-195] Simplify vertical spacing in header and breadcrumbs
...
(cherry picked from commit a3e6d9b09a
)
2023-11-09 22:44:28 +00:00
Andreas Mahnke
bc21085398
Support type-bind of elements based on repeatable list type-bound element (CHECKBOX_GROUP)
...
(cherry picked from commit 09aaa46875
)
2023-11-09 22:04:12 +00:00
Tim Donohue
137a83e7f1
Merge pull request #2614 from DSpace/backport-2595-to-dspace-7_x
...
[Port dspace-7_x] Add UI nameSpace context path to Mirador viewer path
2023-11-09 13:40:03 -06:00
Alan Orth
31ee580047
Merge pull request #2615 from DSpace/backport-2602-to-dspace-7_x
...
[Port dspace-7_x] Support for freetext values in submission for vocabulary controlled `onebox` and `tag` types
2023-11-09 22:39:53 +03:00
Jens Vannerum
e815b1d938
108055: add user input to tag list
...
(cherry picked from commit aac58e612d
)
2023-11-09 18:56:37 +00:00
Jens Vannerum
a758848146
108055: fix issue 8686: unable to enter freetext values in the submission form for vocabulary
...
(cherry picked from commit 0dcf6cb885
)
2023-11-09 18:56:37 +00:00
William Welling
fba30781de
Add UI nameSpace context path to Mirador viewer path
...
(cherry picked from commit 3228c457a3
)
2023-11-09 17:45:22 +00:00
Giuseppe Digilio
4b4c1dc08a
[DURACOM-197] Fix cache issue when depositing a submission
...
(cherry picked from commit f992ff6671
)
2023-11-09 17:31:52 +00:00
Tim Donohue
5eb62e22eb
Merge pull request #2605 from DSpace/backport-2364-to-dspace-7_x
...
[Port dspace-7_x] Utility gap-* classes for flexbox
2023-11-08 16:57:59 -06:00
Tim Donohue
fbe4732450
Merge pull request #2590 from marcoaureliocardoso/dspace-7_x
...
fix(pt-BR.json5): fix and update the language file
2023-11-08 16:49:38 -06:00
Davide Negretti
c5f22ab959
[DURACOM-177] Use gap-* classes on navbar buttons
...
(cherry picked from commit a35629536e
)
2023-11-08 22:15:29 +00:00
Davide Negretti
75e45cc8c2
[DURACOM-177] gap-* classes
...
(cherry picked from commit 930a381e4a
)
2023-11-08 22:15:29 +00:00
Tim Donohue
5bb451a649
Merge pull request #2604 from DSpace/backport-2603-to-dspace-7_x
...
[Port dspace-7_x] Fix e2e tests by running in production mode & using a user-agent for statistics
2023-11-08 13:13:21 -06:00
Tim Donohue
042c0f06f1
Specify user agent to avoid being detected as a "bot" by backend
...
(cherry picked from commit 72cda41731
)
2023-11-08 18:25:13 +00:00
Tim Donohue
f3f87dc928
Ensure e2e tests run in production mode
...
(cherry picked from commit 7dcaae8465
)
2023-11-08 18:25:13 +00:00
Tim Donohue
4a10d37d0d
Merge pull request #2598 from DSpace/backport-2593-to-dspace-7_x
...
[Port dspace-7_x] Fix "Submission input type date doesn't work properly once a value has been set"
2023-11-03 15:56:55 -05:00
Alisa Ismailati
c99487babc
[DURACOM-194] fixed year input value on input type date
...
(cherry picked from commit c412c1fa13
)
2023-11-03 20:15:37 +00:00