-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug #14108 [Collection] - [Issues with Adding Directory to a Deposit Project] #2414
base: develop
Are you sure you want to change the base?
Conversation
328fa11
to
2f05a8d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Si on sélectionne un dossier puis le supprime, le bouton "Suivant" n'est pas grisé.
Il y a un refactoring global à prévoir. Un FileSelector ne devrait pas avoir un zip en input. D'ailleurs, il ne devrait peut-être pas gérer de zip tout court. En tout cas, il doit pouvoir fonctionner sans zip (usages autres que pour collecte).
Il faut écrire des tests unitaires.
...rontend/projects/collect/src/app/collect/projects/create-project/create-project.component.ts
Outdated
Show resolved
Hide resolved
ui/ui-frontend/projects/vitamui-library/src/lib/models/zip/zip-file.class.ts
Outdated
Show resolved
Hide resolved
ui/ui-frontend/projects/vitamui-library/src/lib/models/zip/zip-file.class.ts
Outdated
Show resolved
Hide resolved
...ojects/vitamui-library/src/app/modules/components/file-selector/file-selector.component.html
Outdated
Show resolved
Hide resolved
...cts/vitamui-library/src/app/modules/components/file-selector/file-selector.component.spec.ts
Show resolved
Hide resolved
...projects/vitamui-library/src/app/modules/components/file-selector/file-selector.component.ts
Outdated
Show resolved
Hide resolved
...projects/vitamui-library/src/app/modules/components/file-selector/file-selector.component.ts
Outdated
Show resolved
Hide resolved
...end/projects/collect/src/app/collect/archive-search-collect/add-units/add-units.component.ts
Outdated
Show resolved
Hide resolved
48eb3c0
to
015173c
Compare
Fix bugs (Incorrect size: When uploading a directory from the file explorer, the displayed size is 0 bytes, Data loss: Several pieces of data are lost after validation.)
In drag & drop and with upload files/directories, handling empty folders (If the empty folder is located inside another parent directory, an error message will be displayed).