-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set default modal timeout or handle timeouts correctly? #1363
Comments
The general timeout setting for
you see these options are set on the NOTE: These options are generated by |
Many thanks. I have changed plone.patternoptions in portal_registry but still get timeout error. I have saved the setting (there was an timeout error but it was saved in background) and reloaded portal_registry. Then I checked that the new timeout is set in source code of the page (which was the case) opened the modal to change plone.patternoptions again and saved it without changing something. Did I miss something? |
Aha. Just found out, that the Unfortunately I didn't find any timeout option here https://github.com/Patternslib/Patterns/blob/master/src/pat/modal/modal.js ... but maybe @thet can add some more insights on this? NOTE: you can add |
Sometimes we see "error happened timeout do something" messages in Browser Console after clicking "Save" on a modal. We are wondering if it is possible to increase the default value of 5000 which is set here . It is far to low for us b/c diazo is sometimes very slow.
Or maybe we need to handle it in some way, b/c there is
options.onTimeout
here ?We hit the timeout while editing values in portal registry using
/portal_registry
view and while editing properties of pages and folders which have a mosaic layout.The text was updated successfully, but these errors were encountered: