https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40788
--- Comment #31 from Paul Derscheid <[email protected]> --- Created attachment 204607 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204607&action=edit Bug 40788: (QA follow-up) Fire koha:islands-ready when hydration settles With Promise.all a single failing island import silently suppressed the event and left an unhandled rejection, so consumers could not tell 'still loading' from 'broken'. - gate the event on Promise.allSettled: it now means hydration finished, not every island succeeded - log rejected hydrations to the console Signed-off-by: Paul Derscheid <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
