Koen Pauwels
627da93e23
97183 Workaround: reorder admin sidebar sections
...
The issue described at https://github.com/DSpace/dspace-angular/issues/1643 was
no longer reproducible: The menu component ultimately retrieves menu section
information from the store, but in the `MenuComponent#ngOnInit` method, this
information is piped through `distinctUntilChanged(compareArraysUsingIds())`,
which discards an update that sets these menu elements to be visible.
The behavior of this pipe is probably incorrect, but a proper fix is out of
scope for the current task. For now, we work around the problem by adding
top-level menu sections _after_ their children while initializing the menu
section store, which side-steps this issue.
2022-11-30 15:25:36 +01:00
Kristof De Langhe
92f94c39b2
97075: Edit metadata redesign
2022-11-29 18:02:13 +01:00
Alexandre Vryghem
9eb4a7e22e
95335: Removed duplicate i18n key
2022-11-29 17:20:35 +01:00
Vincenzo Mecca
6e2279d155
[1950][DURACOM-101] Fixed linting
2022-11-28 11:25:50 +01:00
Vincenzo Mecca
0dd30fe98a
Merge remote-tracking branch 'github/main' into main_1950_DURACOM-101
2022-11-28 11:03:09 +01:00
Nikunj Sharma
e7607da0a2
[CST-7694] fixed group edit issue for non permanent group
2022-11-24 14:17:50 +05:30
Sufiyan Shaikh
9a695fedc7
[CST-7693] Missing Translations added
2022-11-23 20:33:11 +05:30
Nikunj Sharma
1ee3114432
[CST-7604] fixed text highlight on search page
2022-11-18 18:09:26 +05:30
Nikunj Sharma
7d58a1eb0a
[CST-7604] fixed text highlight on search page
2022-11-18 16:03:33 +05:30
Yury Bondarenko
f16e18fa63
Fix breaking import
2022-11-18 11:08:43 +01:00
Yury Bondarenko
7caacdb20a
Merge remote-tracking branch 'origin/main' into w2p-94390_replace-dso-page-edit-buttons-with-a-menu
2022-11-18 10:05:15 +01:00
Yana De Pauw
4b0b6983a0
94391: Remove unused import
2022-11-17 16:50:30 +02:00
Yana De Pauw
4d297cfe9b
94391: Add aria labels and titles to the buttons
2022-11-17 16:33:19 +02:00
Mark H. Wood
7690d36e4b
Update Node versions with which to test.
2022-11-17 09:06:34 -05:00
Mark H. Wood
fd43adea75
Check in updated yarn lockfile (newbie error).
2022-11-17 09:06:34 -05:00
Mark H. Wood
84cb8fe09d
Make 'yarn install' succeed.
...
Make 'yarn install' succeed.
2022-11-17 09:06:33 -05:00
Ying Jin
e6065b7504
add captioning support for video/audio files
2022-11-16 10:34:00 -06:00
LisAtUP
68ecf48151
Update el.json5
2022-11-11 12:20:30 +02:00
Davide Negretti
c151cf340e
Merge branch 'main' into CST-6171
2022-11-10 17:41:00 +01:00
Arvo Consultores y Tecnología. S.L
dff01bc3e7
Merge branch 'main' into DS-1774
2022-11-08 17:00:03 +01:00
Tim Donohue
89447a6c32
Merge pull request #1927 from tdonohue/no_unused_imports
...
Turn on no-unused-imports rule and remove all unused imports
2022-11-08 09:27:26 -06:00
Tim Donohue
cc86ba539f
Turn on no-unused-imports rule and remove all unused imports
2022-11-08 08:55:37 -06:00
Tim Donohue
340cc0aa3f
Merge pull request #1898 from tdonohue/upgrade_latest_cypress_9
...
E2E test stabilization, and upgrade to latest Cypress v9 and axe-core
2022-11-08 08:54:52 -06:00
Sergio Fernández Celorio
f7e78dccd1
Use the same property for both item pages
2022-11-07 19:27:54 +00:00
Pierre Lasou
6c226be7e8
Changes to fr.json5
...
New commit to include changes after review of commit 3bf13c0961
2022-11-07 13:31:45 -05:00
Sergio Fernández Celorio
1e523382d0
Fix lint error
2022-11-07 16:50:46 +01:00
Sergio Fernández Celorio
87a211ca66
Tests fixed
2022-11-07 12:20:00 +01:00
Sergio Fernández Celorio
2ed8f8bad8
Numbre of bitstreams in item page is now configurable
2022-11-04 10:40:29 +00:00
Vincenzo Mecca
9e843e36fa
[1950] [DURACOM-101] Regex validator improved
...
feat:
- New regexp to validate pattern used for regex validation;
2022-11-04 10:43:16 +01:00
Tim Donohue
f659e81aa9
Merge pull request #1948 from tdonohue/update_actions
...
Update to the latest version of all GitHub actions
2022-11-03 16:00:09 -05:00
Tim Donohue
6d1d446c0d
Update to the latest version of all GitHub actions
2022-11-03 15:03:47 -05:00
Tim Donohue
749e1a7ad3
Merge pull request #1934 from TexasDigitalLibrary/DS-1905
...
DS-1905: fixes route function to match default value of websvc.opensearch.svccontext
2022-11-03 15:03:05 -05:00
Tim Donohue
b092d0b118
Merge pull request #1945 from 4Science/DSC-807-MAIN
...
Fix Health section labels
2022-11-03 14:20:54 -05:00
Tim Donohue
94d38efabc
Merge pull request #1947 from 4Science/CST-7376
...
Test cases of date.util.spec.ts fixed
2022-11-03 14:19:01 -05:00
Tim Donohue
1e6a01397a
Merge pull request #1930 from toniprieto/improve-cc-selector
...
Fix for Creative Commons jurisdiction chosen is ignored
2022-11-03 11:07:40 -05:00
Giuseppe Digilio
da6da6209b
[CST-7376] fix lint error
2022-11-03 15:46:36 +01:00
Giuseppe Digilio
5c2c60db8b
[CST-7376] fix issue with timezone within the test class
2022-11-03 15:08:16 +01:00
Sufiyan Shaikh
98ea3ebbff
[DSC-807-MAIN] Aggiornare labels nella sezione Health della demo
2022-11-03 15:33:49 +05:30
Toni Prieto
9c05a116a8
Fix use case with cc.license.jurisdiction key commented out
2022-11-02 18:28:24 +01:00
nwoodward
63011bc41d
removed sorting parameters from RSSComponent
2022-11-02 10:53:04 -05:00
nwoodward
2235072bea
changed path in tests to match default value for websvc.opensearch.svccontext
2022-11-02 10:53:04 -05:00
nwoodward
434e0cb907
fix function to match default value of websvc.opensearch.svccontext
2022-11-02 10:53:04 -05:00
jensvannerum
7500ea898d
Merge branch 'main' into w2p-96062_theme-collection-dropdown-component
2022-11-02 13:00:19 +01:00
Jens Vannerum
c6fd55baf4
96062: Alter test to match themed component
2022-11-02 12:55:21 +01:00
AndrukhivAndriy
46f1080720
Add: Ukrainian translation
2022-11-01 03:00:45 -07:00
Nikunj Sharma
43df05fe35
[CST-7217]applied css for facet break
2022-11-01 15:04:03 +05:30
Tim Donohue
dc4b4ffe4d
Merge pull request #1933 from TexasDigitalLibrary/DSpace-8298
...
DS-8298: fixes issue where the lastHarvested and message fields were reversed
2022-10-31 14:14:22 -05:00
Jens Vannerum
02499f8019
96062: Theme the ExternalSourceEntryImportModalComponent
2022-10-31 19:42:07 +01:00
Tim Donohue
95a848aaf7
Merge pull request #1919 from atmire/w2p-95648_issue-1900_facet-prefix-values-not-escaped_latest
...
Search in sidebar/facet don't escape special characters
2022-10-31 12:38:10 -05:00
Tim Donohue
830503206a
Merge pull request #1912 from atmire/Listable-object-decorator-refactor
...
Listable-object decorator refactor
2022-10-31 12:05:38 -05:00