https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40788 --- Comment #31 from Paul Derscheid <paul.derscheid@lmscloud.de> --- 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 <paul.derscheid@lmscloud.de> -- You are receiving this mail because: You are watching all bug changes.