4Science / dspace-angular

Angular UI for DSpace and DSpace-CRIS. In the dspace-cris-7 branch you can find the extension to support DSpace-CRIS
BSD 3-Clause "New" or "Revised" License
14 stars 28 forks source link

[CST-7216] Imported UploadModule in AdminModule to fix build error #20

Closed enea4science closed 1 year ago

enea4science commented 1 year ago

References

Add references/links to any related issues or PRs. These may include:

Description

The reason why the build fails is because in the github repo the ds-file-dropzone-no-uploader component belongs to the UploadModule, while in the internal repo the component is declared in the SharedModule, and we have SharedModule imported in the AdminModule. To fix the build in the github repo we need to import UploadModule in the AdminModule.

Instructions for Reviewers

List of changes in this PR:

Include guidance for how to test or review your PR.

corrad82-4s commented 1 year ago

To be open against DSpace/main branch, if not already done