https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42231 --- Comment #5 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Created attachment 200754 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200754&action=edit Bug 42231: (QA follow-up) Show item title in note and suspend-hold modals The static 'hidden' attribute on #addNoteTitle and #suspendHoldTitle was never removed, so the item title was populated but stayed invisible. - Toggle 'hidden' off when a modal is populated with a title - Toggle 'hidden' on when a modal is closed/cleared Test plan: - Enable AllowCheckoutNotes - OPAC > Summary > Checked out: click 'Add note', confirm the item title shows - OPAC > Summary > Holds: click 'Suspend', confirm the item title shows - Reopen each modal on a different item, confirm the title updates - Run an accessibility checker, confirm no empty-heading errors return Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> -- You are receiving this mail because: You are watching all bug changes.