Commit Graph

3628 Commits

Author SHA1 Message Date
Art Lowel
66a996bb0f add i18n label 2020-04-15 10:55:36 +02:00
Art Lowel
634f4e718e don't pass a query value to the modal if it's readonly 2020-04-15 10:50:10 +02:00
Art Lowel
06cc028c80 use namevariants based on config 2020-04-15 10:34:35 +02:00
Art Lowel
44801701c9 populate submission sections with metadata from single effect 2020-04-10 10:12:21 +02:00
Art Lowel
6b0f76c012 fix nullpointer 2020-04-09 10:30:20 +02:00
Art Lowel
e0d4eb7c9c ensure submissionsection state also contains all metadata after a save 2020-04-08 18:14:29 +02:00
lotte
74db9030b0 working on fixes for OrgUnit field in submission 2020-04-07 18:17:37 +02:00
Art Lowel
1fd7989a41 fix test and lint 2020-04-07 11:08:20 +02:00
Art Lowel
e5053c85b0 fix lint issues 2020-04-07 09:30:08 +02:00
Art Lowel
493cbc65fe fix issue where reordering wouldn't work for relationships to cached items 2020-04-06 18:35:10 +02:00
Art Lowel
61624bf606 remove PATCH workaround and fix issue where name variants wouldn't be stored in the Item 2020-04-06 18:20:45 +02:00
Art Lowel
807500db41 fix issue where results wouldn't update after a name variant change 2020-04-06 18:11:27 +02:00
Art Lowel
2a58f2480a fix issue where requestservice.getByUUID wouldn't work for requests that were never sent because there was already a copy in the cache 2020-04-06 16:40:45 +02:00
Art Lowel
f64eff42f4 fix a number of issues with name variants 2020-04-03 17:28:13 +02:00
Art Lowel
62002f94ef only use name variant after modal closes 2020-04-03 10:23:55 +02:00
Art Lowel
924e623b6a fix issue where namvariants wouldn't work 2020-04-02 14:14:36 +02:00
Art Lowel
f93df688e4 remove debug logs 2020-04-02 10:23:11 +02:00
Art Lowel
29e6f6f72f fix issue where the first relationship of a type wouldn't be added 2020-04-02 10:22:08 +02:00
Art Lowel
6dbc2ef880 fix lint issue 2020-04-01 15:55:53 +02:00
Art Lowel
285fe2299a fix test after merge 2020-04-01 15:35:33 +02:00
Art Lowel
a2df95a679 fix lint issues 2020-04-01 14:20:00 +02:00
Art Lowel
987e2d98fd Merge branch 'master' into metadata-and-relationships-combined-in-submission 2020-04-01 14:06:06 +02:00
Art Lowel
2989ca4d96 fix issues with repeatable fields 2020-04-01 11:06:31 +02:00
Tim Donohue
6850a47d70 Merge pull request #638 from tdonohue/add_license_terms
Add LICENSE info to this codebase
2020-03-31 13:45:39 -05:00
Tim Donohue
52d5beae1d Merge pull request #633 from DSpace/pull_request_template
Create an initial PR template for DSpace 7 UI
2020-03-31 13:44:16 -05:00
Tim Donohue
46a5a3eaca Link back to license-checker 2020-03-31 12:14:08 -05:00
Tim Donohue
59df043578 Add license terms to this codebase 2020-03-31 12:11:51 -05:00
Tim Donohue
ecf8e8915f Minor tweak based on feedback. 2020-03-31 12:00:11 -05:00
Tim Donohue
0d38c75ea2 Initial draft PR template 2020-03-27 12:37:45 -05:00
Tim Donohue
b535d166e0 Merge pull request #568 from 4Science/shibboleth
Dspace 7 shibboleth (Angular)
2020-03-27 09:56:31 -05:00
Art Lowel
521b0d3986 Merge pull request #629 from vitorsilverio/translation_typo
Fix pt tranlation typo
2020-03-25 17:05:18 +01:00
Tim Donohue
b384a9400b Merge pull request #595 from atmire/Notice-regarding-the-availability-of-new-version
Notice regarding the availability of new version on item pages
2020-03-23 11:40:51 -05:00
Giuseppe Digilio
7cf0480098 Merge remote-tracking branch 'remotes/origin/master' into shibboleth
# Conflicts:
#	src/app/app-routing.module.ts
#	src/app/core/auth/auth.service.ts
#	src/app/shared/shared.module.ts
2020-03-23 10:36:19 +01:00
vitorsilverio
240d2cc1a5 Fix typo 2020-03-20 19:40:46 -03:00
Kristof De Langhe
10cd6182ae 68948: Item null check 2020-03-20 17:49:07 +01:00
Kristof De Langhe
441d8a07b5 68948: New version notice 2020-03-20 17:47:19 +01:00
Tim Donohue
103605c36e Merge pull request #585 from atmire/List-version-history
List item version history
2020-03-20 10:41:39 -05:00
Kristof De Langhe
e8049aac04 Merge branch 'master' into w2p-68729_List-version-history
Conflicts:
	src/app/shared/shared.module.ts
2020-03-19 14:19:57 +01:00
Tim Donohue
c911ec902a Merge pull request #609 from atmire/manage-epersons-page
Access-control - EPeople admin page
2020-03-18 16:16:48 -05:00
Marie Verdonck
256ee0f6f4 Merge branch 'master' into manage-epersons-page 2020-03-18 15:58:57 +01:00
Tim Donohue
7c4a84bc2b Merge pull request #618 from atmire/Manage-account-profile
Manage account profile
2020-03-18 09:56:06 -05:00
Marie Verdonck
58f2a5bb2a fix tests after rebasing from master 2020-03-18 15:52:55 +01:00
Marie Verdonck
4e9afc9f67 fix after rebasing from master 2020-03-18 14:49:37 +01:00
Marie Verdonck
2e574ce0bf eperson form tests 2020-03-18 13:52:14 +01:00
Marie Verdonck
2f201a49f4 reducer tests, test fix & email in use notification fix 2020-03-18 13:52:14 +01:00
Marie Verdonck
32dfaa17b3 retrieve active eperson at component construct for checkboxes 2020-03-18 13:52:14 +01:00
Marie Verdonck
30d46bedf2 Fix test after changes for failure notification on updateEPerson 2020-03-18 13:52:14 +01:00
Marie Verdonck
2cb6ba98ce 69110: Failure notification on edit eperson 2020-03-18 13:52:14 +01:00
Marie Verdonck
1853d1bda2 69110: Failure notification on create and edit eperson 2020-03-18 13:52:14 +01:00
Marie Verdonck
a261034f9d 69110: EPerson Overview Page tests 2020-03-18 13:52:14 +01:00