https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36461
Bug ID: 36461
Summary: Advanced editor should disable RequireJS timeout with
waitSeconds: 0
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Cataloging
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
We currently set waitSeconds: 30 for RequireJS in the advanced editor, which as
bug 35799 says just causes loading of the editor to hang forever if loading any
required part (which practially speaking means loading
svc/cataloguing/framework) takes more than 30 seconds.
As jrburke says in https://github.com/requirejs/requirejs/issues/787
waitSeconds exists to show developers why things aren't working when they try
to require something that 404s, and to allow error handling in old versions of
IE. But since we aren't doing any error handling, we'd be better off setting it
to 0, which disables the timeout, and just letting things load no matter how
long they take.
--
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/