https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14962
--- Comment #120 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 194322 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194322&action=edit Bug 14962: (QA follow-up) Fix silent failures and dead code in DisplaysResource Two issues in DisplaysResource.vue: 1. The error handlers for create() and update() in onFormSave were empty, so API failures (422, 500, etc.) produced no feedback to the user. Use the already-injected setError to show an error message. 2. An empty onBeforeMount(() => {}) lifecycle hook with its corresponding import was left over from development. Remove the dead code. Sponsored-by: ByWater Solutions Signed-of-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
