-
Notifications
You must be signed in to change notification settings - Fork 433
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
Remove Bitstreams on edit-item-page doesn't work #3116
Comments
So, I looked a bit into this and it seems to be a problem, that the <button class="btn btn-primary" [disabled]="(hasChanges$ | async) !== true || submitting"
[attr.aria-label]="'item.edit.bitstreams.save-button' | translate"
(click)="submit()"> If I change it back in calling @alexandrevryghem: Do you remember, why you changed this? |
@Leano1998 : It's because it causes performance issues, I can take a look at this |
Ah, I thought so, Thank you @alexandrevryghem |
Thanks @alexandrevryghem ! I'll assign this to you then. |
Describe the bug
A new issue appeared, where you can't remove the bitstreams of an item using the edit-item-page. After selecting bitstreams for deletion, the Save-button stays deactivated. Only if you select bitstreams of all existing bundles, the button is clickable.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Save or Discard buttons should be clickable.
The text was updated successfully, but these errors were encountered: