Yury Bondarenko
Yury Bondarenko
This PR adds an explanation of the new `extendsType` property on the `submissionsections` endpoint. (along with some minor typo & JSON formatting fixes nearby) Related to https://github.com/DSpace/DSpace/issues/9486 Implemented in https://github.com/DSpace/DSpace/pull/9489...
This search method was added in https://github.com/DSpace/DSpace/pull/8616 to support the edit Item modal.
**Describe the bug** The new advances search sidebar section in the Angular UI introduced in https://github.com/DSpace/dspace-angular/pull/2608 depends on - Angular-side configuration for the available filters - Operator values hardcoded within...
**Describe the bug** Accidentally noticed that the `maxStartDate` and `maxEndDate` assertions don't take into account the actual value [here](https://github.com/DSpace/DSpace/blob/b02a7f9dbc0a99661331dc30e166157fcf1f37dd/dspace-server-webapp/src/test/java/org/dspace/app/rest/matcher/AccessConditionOptionMatcher.java#L38-L41). **To reproduce** Change the `maxStartDate` and `maxEndDate` of the `embargo` and...
#### Issue / context During the Angular 15 upgrade, @Atmire-Kristof noticed conflicts between the newer versions of the following libraries: * [`ng-bootstrap`](https://github.com/ng-bootstrap/ng-bootstrap) * v14 supports Angular 15 properly * [`@ng-dynamic-forms`](https://github.com/udos86/ng-dynamic-forms)...
As far as I can tell, the app can only be started ~ `poetry run start`. This is preventing me from debugging it properly, specifically with PyCharm: * `main.py` fails...
## References Related to https://github.com/DSpace/DSpace/issues/8538 ## Description This PR improves `SubmissionDefinitionsControllerIT.findAllPaginationTest` by reducing coupling between test expectations and (testing) configuration. After this change, the test suite doesn't have to be...
## References - Fixes https://github.com/DSpace/DSpace/issues/9027 ## Description This PR removes all database entity methods that used the corresponding Service, in order to improve separation of concerns & clarity. - Many...
## References Fixes #9749 ## Description This PR implements the solution proposed in #9749 - Consider the column header when determining whether the column is authority-controlled, instead of just the...
## Describe the bug Controlled vocabularies with authority seem to be incompatible with bulk edit because - `MetadataImport.isAuthorityControlled` only works on column header like `field:authority` - Controlled vocabularies appear in...