Giter Site home page Giter Site logo

Comments (5)

tdonohue avatar tdonohue commented on August 11, 2024

This is reproducible on Sandbox and Demo. Not sure why/how this is occurring or when it began.

@artlowel or @atarix83 : Do either of your teams have time to look into this quickly early next week?

from dspace-angular.

Leano1998 avatar Leano1998 commented on August 11, 2024

So, I looked a bit into this and it seems to be a problem, that the hasChanges() is not longer called directly in the async pipe, but via the variable hasChanges$ in the item-bitstreams.component.html:

    <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 hasChanges() directly it works. It has been changed during another bugfix in here: #3060

@alexandrevryghem: Do you remember, why you changed this?

from dspace-angular.

alexandrevryghem avatar alexandrevryghem commented on August 11, 2024

@Leano1998 : It's because it causes performance issues, I can take a look at this

from dspace-angular.

Leano1998 avatar Leano1998 commented on August 11, 2024

Ah, I thought so, Thank you @alexandrevryghem

from dspace-angular.

tdonohue avatar tdonohue commented on August 11, 2024

Thanks @alexandrevryghem ! I'll assign this to you then.

from dspace-angular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.