Giuseppe Digilio
4716a3c492
[DURACOM-191] fix unit test with missing providers
2024-01-19 17:59:49 +01:00
Giuseppe Digilio
f0b094e609
[DURACOM-191] fix lint errors
2024-01-17 19:04:29 +01:00
Andrea Barbasso
9cce55327e
[DURACOM-191] remove unused decorator
2024-01-15 10:49:50 +01:00
Andrea Barbasso
061ff519d7
[DURACOM-191] fix item submission
2024-01-12 15:52:35 +01:00
Enea Jahollari
30b5550cff
feat: fix SubmissionSectionFormComponent test
2023-09-26 09:54:42 +02:00
Enea Jahollari
54614c21f0
feat: migrate everything to standalone and fix build errors
2023-09-25 12:43:29 +02:00
Tim Donohue
c903df80d8
Merge pull request #2297 from 4Science/DURACOM-152
...
Fixed read-only visibility for submission form fields
2023-06-16 14:08:47 -05:00
Alisa Ismailati
fda4ef77e4
[DURACOM-152] Section visibility read-only
2023-06-15 12:42:29 +02:00
Yury Bondarenko
c4b2565373
Workaround: don't use form-global data for check
...
Note: we're balancing multiple bugs against eachother here, not ideal!
- the diff doesn't catch removed Relationship fields; instead, form reload is triggered by a dspace.entity.type change
- if we add the original `this.sectionMetadata.includes(key)` check, we filter out this change and the form fails to update
- if we add `relation.*` fields to `this.sectionMetadata`, newly added Relationship entries are duplicated
As of this commit, the form _seems_ to work in a stable way, but these issues shoud really investigated in more detail.
2023-06-09 13:39:33 +02:00
Alexandre Vryghem
d4efd85cc5
Merge remote-tracking branch 'upstream/main' into issue-1671_fix-relationships-not-updating-view-on-submission-form_contribute-main
2023-05-12 17:52:37 +02:00
Alexandre Vryghem
b318d7281a
101654: Fixed relationship fields not being hidden when they are out of scope
2023-05-12 17:52:03 +02:00
Alexandre Vryghem
a6a10200d2
Merge remote-tracking branch 'templates/dspace-7.4' into issue-1671_fix-relationships-not-updating-view-on-submission-form_contribute-7.4
...
# Conflicts:
# src/app/submission/sections/form/section-form.component.spec.ts
# src/app/submission/sections/form/section-form.component.ts
2023-05-12 17:36:19 +02:00
samuel
dff343f62e
96598: Test feedback pt. 3: submission - repair auto-refresh - repair tests
2023-05-12 14:51:40 +02:00
samuel
14fb379419
96598: Test feedback pt. 3: submission - repair auto-refresh
2023-05-12 14:51:26 +02:00
Yury Bondarenko
47ae04986d
96252: Make existing lodash imports tree-shakeable
2022-10-25 17:25:34 +02:00
Tim Donohue
9305705ab6
Merge pull request #1828 from FelixNicol/Virtual-metadatas-visibility-workflow-not-updated
...
Fix for PR#1822 - Adjusted two equality checks for scope type which always return false.
2022-10-03 17:15:26 -05:00
Félix Jolin-Nicol
fcae738db6
Fix for PR#1822 - Fix is in section-form-component.ts. Adjusted two equality checks for scope type which always returned false.
2022-09-15 14:48:57 -04:00
Yura Bondarenko
fbaab69121
93803: Ensure data services are called *DataService
2022-08-25 10:28:45 +02:00
Alexandre Vryghem
e741573348
Merge branch 'w2p-89984_feature-rtl-theme_contribute-7.2' into w2p-91272_Add-themed-components-to-upstream-branch
2022-05-13 18:46:03 +02:00
Yana De Pauw
870a36180c
89984: Add ThemedLoadingComponent
2022-05-10 16:44:50 +02:00
Kim Shepherd
61d64d5e5e
[TLC-254] Updating references in tests to reflect row array model changes
2022-04-22 16:02:53 +12:00
lotte
30b7e8eb39
Merge branch 'main' into w2p-87382_circular-dependency-fixes
2022-04-05 16:35:00 +02:00
Yura Bondarenko
1f808f0096
87242: Fix workspace/workflow confusion in spec names
2022-03-04 10:19:09 +01:00
lotte
143b7c3e0d
87382: fixing circular dependencies
2022-02-16 13:52:32 +01:00
Yura Bondarenko
a698610043
87242: Refactor workspaceItem to submissionObject
2022-02-15 13:21:27 +01:00
Yura Bondarenko
f4b8d4fe41
87242: Fix forced re-init due to out-of-scope fields
2022-02-15 11:53:21 +01:00
Giuseppe Digilio
532d8fb9a3
[CST-4506] fix SubmissionSectionFormComponent name
2022-01-20 18:30:29 +01:00
Giuseppe Digilio
ac7c038703
Fix tests
2021-06-25 15:31:23 +02:00
Giuseppe Digilio
44d2310cdb
Changes in order to keep server side validation errors into the submission form state
2021-06-25 15:23:56 +02:00
Giuseppe Digilio
2dfed863ed
[DSC-75] Fix issue while deleting multiple qualdrop value
2021-05-31 12:20:42 +02:00
Giuseppe Digilio
3c0cb33bc7
fix failed build
2021-05-19 18:16:31 +02:00
Giuseppe Digilio
98dde58f9d
[D4CRIS-1080] Fix issue where a replace patch operation was dispatched instead of an add one when field's previous value is empty
2021-05-19 16:28:49 +02:00
Giuseppe Digilio
d6dbbd1f1f
Add tests for handleArrayGroupPatch method
2021-05-19 15:36:46 +02:00
Giuseppe Digilio
e18c66d688
Fix issue with patch operations related to repeatable fields
2021-05-19 15:36:43 +02:00
Giuseppe
7402286954
#728 accessibility theming ( #1057 )
...
* [CST-3763] Change base theme colors
* [CST-3763] added new custom variables
* [CST-3763] applied changes to the header in order to have two different navbar
* [CST-3763] applied changes to breadcrumbs navbar
* [CST-3763] fix sidebar colors
* [CST-3763] applied changes footer in order to have two different sections
* [CST-3763] change home news jumbotron background color
* [CST-3763] fix issue with search-navbar.component z-index
* [CST-3763] fix issue with search-form.component that didn't use the brand colo parameter
* [CST-3763] fix issue with menu navbar on small window view
* [CST-3763] changed position for browse all button in the access control pages
* [CST-3763] Change form.component in order to have possibilities to display better additional form buttons
* [CST-3763] Change confirmation-modal.component in order to allow different colors and icons for confirm button
* [CST-3763] added confirmation icon
* [CST-3763] fixed accessibility for admin access control components
* [CST-3763] Added placeholder for search boxes
* [CST-3763] Added repository logo alt label
* [CST-3763] Adjust notification icons
* [CST-3763] Fix issue with hideReturnButton param in edit-comcol-page.component that was not initialized on page refresh
* Accessibility fix
* [CST-3763] Adjust usability for community/collection edit
* [CST-3763] fix error while running test
* [CST-3763] Added dynamically a title prefix to all dspace page
* [CST-3763] add breadcrumbs to the page where are missing
* [CST-3763] fixed failed tests
* [CST-3763] fixed failed e2e test
* [CST-3763] fixed failed e2e test
* Buttons fixes for accessibility
* [CST-3973] fixed issue with redirect after changing language
* Buttons and sections fixes for accessibility
* Buttons and sections fixes for accessibility
* [CST-3763] fixed colors for chips component
* [CST-3977] fixed issue with selecting a tag submission field
* [CST-3763] add breadcrumbs to the page where are missing
* [CST-3763] fixed edit workflowitem buttons color
* [CST-3977] removed unintentional committed log
* [CST-3763] Fix issue with tab selection in item edit page
* [CST-3763] Fix position of back button in the item edit page
* [CST-3763] icon and colors for search and browse all buttons
* [CST-3763] added atkinson font
* [CST-3763] remove dspace logo from home news
* [CST-3763] fix buttons colors for administrative search
* [CST-3763] Change background color for user menu
* [CST-3763] remove gradient from home page news component
* [CST-3763] fix issue with edit dso button
* [CST-3763] revert color schema
* [CST-3763] remove Atkinson-Hyperlegible font
* [CST-3763] fix use of header-logo-height variable
* [CST-3763] fix homepage link color
* [CST-3763] fix contrast color issue for navbar menu entries
* [CST-3763] add variable to show/hide top footer container
* [CST-3763] change dso edit button style
* [CST-3763] ensure to use "back" and "save" labels
* [CST-3763] Remove border from header
* [CST-3763] Change header in order to have only navigation bar in a single row
* Update src/app/root/root.component.html
Co-authored-by: Art Lowel <art.lowel@gmail.com >
* [CST-3763] Fix issue with wrong grid-breakpoints that cause issue on navbar collapsing
* [CST-3763] Fix issue with language dropdown when navbar is collapsed
* [CST-3763] Fix issue after merging
Co-authored-by: Matteo Perelli <matteo.perelli@4science.it >
Co-authored-by: Art Lowel <art.lowel@gmail.com >
2021-04-02 09:14:56 -05:00
Alessandro Martelli
08afa4723b
[CST-3782] patch add entire array on item remove
2021-03-31 15:21:32 +02:00
Alessandro Martelli
052dbdaf1e
[CST-3782] patch add full array in case of DynamicRowArrayModel
2021-03-31 12:26:45 +02:00
Alessandro Martelli
5201b4a31d
[CST-3782] qualdrop move restored
2021-03-04 18:26:03 +01:00
Alessandro Martelli
5eb0a8744f
[CSTPER-3782] custom move events handled correctly
2021-03-04 12:36:57 +01:00
Alessandro Martelli
975ef7ebd2
[CST-3782] Style refinements and qualdrop moves fixed
2021-02-24 15:34:21 +01:00
Giuseppe Digilio
42636c6f95
[CST-3782] Fix issue with dispatchOperationsFromRemoveEvent method
2021-02-18 09:58:06 +01:00
Alessandro Martelli
d208cf16fa
[CST-3782] Drag drop restored
2021-02-17 17:57:29 +01:00
Giuseppe Digilio
151b02aeec
[CST-3782] Make changes in order to remove template row in form's repeatable fields
2021-02-17 16:10:22 +01:00
Art Lowel
c66de4fe91
Cache redesign part 2
2021-01-20 17:43:40 +01:00
Giuseppe Digilio
e5af894077
Removed deprecated helper function async
2021-01-07 20:12:15 +01:00
Giuseppe Digilio
4d4e920f0d
Merge remote-tracking branch 'origin/main' into upgrade_angular10
...
# Conflicts:
# src/app/+admin/admin-access-control/epeople-registry/epeople-registry.component.spec.ts
# src/app/+admin/admin-access-control/epeople-registry/epeople-registry.component.ts
# src/app/+admin/admin-access-control/epeople-registry/eperson-form/eperson-form.component.spec.ts
# src/app/+admin/admin-access-control/group-registry/group-form/group-form.component.spec.ts
# src/app/+admin/admin-access-control/group-registry/group-form/members-list/members-list.component.spec.ts
# src/app/+admin/admin-access-control/group-registry/group-form/subgroup-list/subgroups-list.component.spec.ts
# src/app/+admin/admin-access-control/group-registry/groups-registry.component.ts
# src/app/+admin/admin-import-metadata-page/metadata-import-page.component.ts
# src/app/+admin/admin-registries/metadata-registry/metadata-registry.component.ts
# src/app/+admin/admin-registries/metadata-schema/metadata-schema.component.ts
# src/app/+admin/admin-search-page/admin-search-results/admin-search-result-grid-element/item-search-result/item-admin-search-result-grid-element.component.spec.ts
# src/app/+admin/admin-search-page/admin-search-results/admin-search-result-list-element/item-search-result/item-admin-search-result-list-element.component.spec.ts
# src/app/+bitstream-page/bitstream-page.resolver.ts
# src/app/+bitstream-page/edit-bitstream-page/edit-bitstream-page.component.spec.ts
# src/app/+bitstream-page/edit-bitstream-page/edit-bitstream-page.component.ts
# src/app/+collection-page/collection-item-mapper/collection-item-mapper.component.ts
# src/app/+collection-page/collection-page.component.ts
# src/app/+collection-page/edit-collection-page/collection-roles/collection-roles.component.ts
# src/app/+collection-page/edit-item-template-page/item-template-page.resolver.spec.ts
# src/app/+collection-page/edit-item-template-page/item-template-page.resolver.ts
# src/app/+item-page/edit-item-page/item-authorizations/item-authorizations.component.ts
# src/app/+item-page/edit-item-page/item-bitstreams/item-bitstreams.component.spec.ts
# src/app/+item-page/edit-item-page/item-bitstreams/item-bitstreams.component.ts
# src/app/+item-page/edit-item-page/item-collection-mapper/item-collection-mapper.component.ts
# src/app/+item-page/edit-item-page/item-private/item-private.component.ts
# src/app/+item-page/edit-item-page/item-public/item-public.component.ts
# src/app/+item-page/edit-item-page/item-reinstate/item-reinstate.component.ts
# src/app/+item-page/edit-item-page/item-relationships/edit-relationship-list/edit-relationship-list.component.ts
# src/app/+item-page/edit-item-page/item-relationships/item-relationships.component.ts
# src/app/+item-page/edit-item-page/item-withdraw/item-withdraw.component.ts
# src/app/+item-page/simple/item-types/shared/item-relationships-utils.ts
# src/app/+my-dspace-page/collection-selector/collection-selector.component.spec.ts
# src/app/+search-page/search-tracker.component.ts
# src/app/app-routing.module.ts
# src/app/community-list-page/community-list-service.ts
# src/app/community-list-page/community-list.reducer.spec.ts
# src/app/core/auth/auth-response-parsing.service.spec.ts
# src/app/core/auth/auth.interceptor.spec.ts
# src/app/core/browse/browse.service.spec.ts
# src/app/core/browse/browse.service.ts
# src/app/core/cache/builders/link.service.spec.ts
# src/app/core/cache/builders/remote-data-build.service.ts
# src/app/core/cache/object-cache.service.spec.ts
# src/app/core/cache/response.models.ts
# src/app/core/data/base-response-parsing.service.ts
# src/app/core/data/bitstream-data.service.ts
# src/app/core/data/bitstream-format-data.service.ts
# src/app/core/data/bundle-data.service.spec.ts
# src/app/core/data/bundle-data.service.ts
# src/app/core/data/change-analyzer.ts
# src/app/core/data/collection-data.service.spec.ts
# src/app/core/data/collection-data.service.ts
# src/app/core/data/comcol-data.service.spec.ts
# src/app/core/data/comcol-data.service.ts
# src/app/core/data/data.service.ts
# src/app/core/data/entity-type-data.service.ts
# src/app/core/data/entity-type.service.ts
# src/app/core/data/feature-authorization/authorization-data.service.ts
# src/app/core/data/feature-authorization/feature-data.service.ts
# src/app/core/data/item-template-data.service.ts
# src/app/core/data/license-data.service.ts
# src/app/core/data/metadata-field-data.service.ts
# src/app/core/data/processes/process-data.service.ts
# src/app/core/data/processes/script-data.service.ts
# src/app/core/data/relationship.service.spec.ts
# src/app/core/data/relationship.service.ts
# src/app/core/data/remote-data.ts
# src/app/core/data/request.actions.ts
# src/app/core/data/request.effects.ts
# src/app/core/data/request.reducer.spec.ts
# src/app/core/data/request.reducer.ts
# src/app/core/data/request.service.spec.ts
# src/app/core/data/request.service.ts
# src/app/core/dspace-rest/dspace-rest.service.spec.ts
# src/app/core/eperson/eperson-data.service.spec.ts
# src/app/core/eperson/eperson-data.service.ts
# src/app/core/eperson/group-data.service.spec.ts
# src/app/core/eperson/group-data.service.ts
# src/app/core/forward-client-ip/forward-client-ip.interceptor.spec.ts
# src/app/core/index/index.reducer.ts
# src/app/core/json-patch/json-patch-operations.service.spec.ts
# src/app/core/json-patch/json-patch-operations.service.ts
# src/app/core/locale/locale.interceptor.spec.ts
# src/app/core/registry/registry.service.ts
# src/app/core/resource-policy/resource-policy.service.ts
# src/app/core/shared/operators.ts
# src/app/core/shared/search/search.service.ts
# src/app/core/submission/submission-object-data.service.ts
# src/app/core/submission/submission-rest.service.ts
# src/app/core/submission/vocabularies/vocabulary-entries-response-parsing.service.spec.ts
# src/app/core/submission/vocabularies/vocabulary.service.spec.ts
# src/app/core/submission/vocabularies/vocabulary.service.ts
# src/app/core/submission/workflowitem-data.service.ts
# src/app/core/tasks/tasks.service.ts
# src/app/curation-form/curation-form.component.ts
# src/app/process-page/process-page.resolver.ts
# src/app/shared/collection-dropdown/collection-dropdown.component.spec.ts
# src/app/shared/collection-dropdown/collection-dropdown.component.ts
# src/app/shared/comcol-forms/create-comcol-page/create-comcol-page.component.spec.ts
# src/app/shared/comcol-forms/create-comcol-page/create-comcol-page.component.ts
# src/app/shared/comcol-forms/edit-comcol-page/comcol-metadata/comcol-metadata.component.spec.ts
# src/app/shared/comcol-forms/edit-comcol-page/comcol-role/comcol-role.component.spec.ts
# src/app/shared/comcol-forms/edit-comcol-page/comcol-role/comcol-role.component.ts
# src/app/shared/dso-selector/dso-selector/dso-selector.component.ts
# src/app/shared/dso-selector/modal-wrappers/export-metadata-selector/export-metadata-selector.component.ts
# src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/relationship.effects.ts
# src/app/shared/form/builder/form-builder.service.ts
# src/app/shared/item/item-versions/item-versions.component.ts
# src/app/shared/mocks/remote-data-build.service.mock.ts
# src/app/shared/mydspace-actions/workspaceitem/workspaceitem-actions.component.ts
# src/app/shared/object-detail/my-dspace-result-detail-element/item-detail-preview/item-detail-preview.component.spec.ts
# src/app/shared/object-select/collection-select/collection-select.component.spec.ts
# src/app/shared/object-select/item-select/item-select.component.spec.ts
# src/app/shared/pagination-drag-and-drop/abstract-paginated-drag-and-drop-list.component.spec.ts
# src/app/shared/pagination-drag-and-drop/abstract-paginated-drag-and-drop-list.component.ts
# src/app/shared/resource-policies/form/eperson-group-list/eperson-group-list.component.ts
# src/app/shared/search/search-query-response.model.ts
# src/app/statistics/statistics.module.ts
# src/app/submission/import-external/import-external-searchbar/submission-import-external-searchbar.component.spec.ts
# src/app/submission/sections/form/section-form.component.ts
# src/app/submission/sections/upload/section-upload.component.spec.ts
# src/app/submission/sections/upload/section-upload.component.ts
# src/app/submission/submission.service.spec.ts
# src/app/submission/submission.service.ts
2021-01-07 19:17:19 +01:00
Alessandro Martelli
6cf6dee5e6
[835] Auto-save in new Item Submission form breaks the form
...
Fixed unused imports.
2020-12-22 08:33:23 +01:00
Alessandro Martelli
8e77fac638
[835] Auto-save in new Item Submission form breaks the form
...
Minor fixes and method computeSectionConfiguredMetadata tested
2020-12-21 19:21:49 +01:00
Alessandro Martelli
0794c50d19
[835] Auto-save in new Item Submission form breaks the form
...
Fixed unused imports.
2020-12-21 17:27:59 +01:00
Alessandro Martelli
0acaa3e57f
[835] Auto-save in new Item Submission form breaks the form
...
Section metadata dispatched to the store and retrieved in subscription.
Added test case for hasMetadataEnrichment.
2020-12-21 17:23:03 +01:00