Tim Donohue
d163db13f2
Remove seemingly unnecessary page reload after new search.
2023-11-09 13:56:39 -06:00
Tim Donohue
2eb1a17e4e
Refactor subgroups-list component's "search()" to act same as member-list component's "search()". Avoids reloading the page as frequently.
2023-11-09 13:56:39 -06:00
Tim Donohue
8a10888d2a
Refactor members-list and subgroups-list components to use new isNotMemberOf endpoints (via services)
2023-11-09 13:56:39 -06:00
Tim Donohue
64f968b246
Fix subgroups-list specs so they align with new members-list specs
2023-11-09 13:56:39 -06:00
Tim Donohue
b598f1b5ca
Also remove unnecessary EpersonDtoModel from extending ReviewersListComponent. Remove "memberOfGroup" from EpersonDtoModel as it is no longer used
2023-11-09 13:56:39 -06:00
Tim Donohue
bffae54b10
Remove unnecessary EpersonDtoModel. Rework code and tests to use EPerson instead.
2023-11-09 13:56:39 -06:00
Tim Donohue
43d37196fb
Remove "isMemberOfGroup()" from members-list component.
2023-11-09 13:56:39 -06:00
Tim Donohue
229236634a
Fix bug where linked Community/Collection info was sometimes listed many times in a row
2023-11-09 13:56:39 -06:00
Tim Donohue
97479a2945
Remove isSubgroupOfGroup() functionality as it loads every subgroup at once. Bad peformance for large groups
2023-11-09 13:56:39 -06:00
Tim Donohue
0da7c15f2e
Limit getMembers() and getSubgroups() to only fetching one object. These lists are only used to find the size of each
2023-11-09 13:56:39 -06:00
Alan Orth
642d577cea
Merge pull request #2602 from atmire/w2p-108055_freetext-values-in-vocabulary
...
Support for freetext values in submission for vocabulary controlled `onebox` and `tag` types
2023-11-09 21:56:23 +03:00
Tim Donohue
9a3d330d98
Merge pull request #2595 from TAMULib/develop
...
Add UI nameSpace context path to Mirador viewer path
2023-11-09 11:45:02 -06:00
Tim Donohue
f116bdf5d6
Merge pull request #2596 from 4Science/fix-submission-cache-bug
...
Fix cache issue when depositing a submission
2023-11-09 11:31:34 -06:00
William Welling
dc2ef989e6
Filter expanded nodes by id
...
Co-Authored-By: Art Lowel <1567693+artlowel@users.noreply.github.com >
2023-11-09 11:24:31 -06:00
William Welling
11d3771e72
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.
2023-11-09 11:11:08 -06:00
Davide Negretti
c042cd8d11
[DURACOM-180] Prevent header from covering media viewer controls (base theme)
2023-11-09 17:23:44 +01:00
Davide Negretti
0208a78437
[DURACOM-180] Prevent header from covering media viewer controls (dspace theme)
2023-11-09 17:23:44 +01:00
lotte
4e2d6d109e
108045: Fix for repeatable date field labels
2023-11-09 15:46:57 +01:00
Tim Donohue
7cf26e4815
Merge pull request #2606 from DSpace/backport-2590-to-main
...
[Port main] fix(pt-BR.json5): fix and update the language file
2023-11-09 08:40:02 -06:00
Davide Negretti
a3e6d9b09a
[DURACOM-195] Simplify vertical spacing in header and breadcrumbs
2023-11-09 12:59:15 +01:00
Jens Vannerum
496c93fa5f
Merge remote-tracking branch 'dspaceMain/main' into w2p-108055_freetext-values-in-vocabulary
2023-11-09 11:04:19 +01:00
Marco Aurelio Cardoso
07516985af
fix(pt-BR.json5): fix and update the language file and previous errors
...
Fix and update the pt-BR language file and the previous errors
(cherry picked from commit 8b48a0b118
)
2023-11-08 22:49:53 +00:00
Marco Aurelio Cardoso
0bcbd2f329
fix(pt-BR.json5): fix and update the language file
...
Fix and update the pt-BR language file
(cherry picked from commit e1494c0518
)
2023-11-08 22:49:53 +00:00
Alexandre Vryghem
c4205163f9
Added skip to main content button
2023-11-08 23:43:17 +01:00
Tim Donohue
3cb623de72
Merge pull request #2364 from 4Science/DURACOM-177
...
Utility gap-* classes for flexbox
2023-11-08 16:15:12 -06:00
Tim Donohue
0c332561be
Merge pull request #2603 from tdonohue/testing_e2e_fix
...
Fix e2e tests by running in production mode & using a user-agent for statistics
2023-11-08 12:24:52 -06:00
Tim Donohue
72cda41731
Specify user agent to avoid being detected as a "bot" by backend
2023-11-08 10:08:49 -06:00
Alexandre Vryghem
1bbc053c00
107902: Created test case for 2f26e686cc
2023-11-08 15:01:29 +01:00
Alisa Ismailati
8e70af6a58
[CST-12500] re-write translation keys based on pattern names
2023-11-08 14:34:18 +01:00
Jens Vannerum
aac58e612d
108055: add user input to tag list
2023-11-08 12:00:46 +01:00
Jens Vannerum
0dcf6cb885
108055: fix issue 8686: unable to enter freetext values in the submission form for vocabulary
2023-11-08 10:25:27 +01:00
Alisa Ismailati
8f290c17c1
[CST-12500] coar-notify panel - new label keys for the dropdowns
2023-11-07 16:40:41 +01:00
Alisa Ismailati
4bd80c9951
[CST-12535] GET quality assurance topics by source/target
2023-11-07 15:28:04 +01:00
Alisa Ismailati
546c892eb1
[CST-12500] Unit tests SubmissionSectionCoarNotifyComponent
2023-11-06 17:27:49 +01:00
Tim Donohue
7dcaae8465
Ensure e2e tests run in production mode
2023-11-06 10:25:08 -06:00
Davide Negretti
a35629536e
[DURACOM-177] Use gap-* classes on navbar buttons
2023-11-06 11:39:48 +01:00
Alisa Ismailati
dd0dfbab99
Merged in CST-12490 (pull request #983 )
...
[CST-12490] unit test fixes
Approved-by: Andrea Bollini
2023-11-06 10:20:44 +00:00
Alexandre Vryghem
fdbcfd01fe
Merge branch 'menu-section-improvements-7.4' into menu-section-improvements-7.6
...
# Conflicts:
# src/app/shared/menu/menu.service.ts
2023-11-05 16:51:40 +01:00
Alisa Ismailati
9ffc778b52
Merged in coar-CST-12145 (pull request #967 )
...
Coar CST-12145
Approved-by: Andrea Bollini
2023-11-03 20:52:53 +00:00
Tim Donohue
e62832f9d3
Merge pull request #2593 from 4Science/DURACOM-194
...
Fix "Submission input type date doesn't work properly once a value has been set"
2023-11-03 15:15:18 -05:00
Mattia Vianelli
2790f1e624
Merged in CST-12481 (pull request #979 )
...
CST-12481
Approved-by: Andrea Bollini
2023-11-03 18:43:45 +00:00
Alisa Ismailati
bc267d21f5
Merged in CST-11045 (pull request #978 )
...
CST-11045
Approved-by: Andrea Bollini
2023-11-03 18:28:59 +00:00
Alisa Ismailati
f74efd62a5
[CST-12490] unit test fixes
2023-11-03 17:54:45 +01:00
Mattia Vianelli
7fcd82a7e8
CST-12179 removed console.log
2023-11-03 11:28:47 +01:00
Alisa Ismailati
d31dc4d5fd
[CST-12145] get qa-sources by target for item-page & refactor
2023-11-02 17:49:19 +01:00
Giuseppe Digilio
f992ff6671
[DURACOM-197] Fix cache issue when depositing a submission
2023-11-02 16:46:33 +01:00
Mattia Vianelli
cc6bf7c460
Merge remote-tracking branch 'origin/CST-12481' into CST-12481
2023-11-02 14:42:25 +01:00
Mattia Vianelli
d28e09a5ae
CST-12481 Added missing i18n values
2023-11-02 14:42:19 +01:00
Mattia Vianelli
673a331ca1
CST-12455 Added missing i18n values
2023-11-02 14:41:37 +01:00
Mattia Vianelli
ea726a7dba
CST-12455 Moved patterns to be using i18n, added id to represent the string to send to the rest when doing operations
2023-11-02 14:16:14 +01:00