You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSF AJAX calls are queued on the server with a short timeout thus the calls should be very short. Any long running calls should be done asynchronously or avoided from the client side.
From user feedback known problematic areas are are:
/plato/plan/definesamples.jsf
i removed a sample before the upload finished.
Trying to upload a webm file.
Deleting an empty sample while uploading other sample files.
/plato/plan/evalexperiments.jsf
Tried to automatically evalutate criteria. Application was not reponsive and then crashed.
Crashed when I tried to save my progress during "Evaluate Experiments".
* file uploads in define samples happen now in a modal dialog, so it is more clear to the user that no other actions can be taken during upload.
rich:fileUpload-event onUpload does not work, therefore it is not possible to keep the user from closing the dialog. #221
* in evaluate experiments the "please wait" is toggled during evaluation, prevents the user from triggering other actions. #221. fixes#214.
JSF AJAX calls are queued on the server with a short timeout thus the calls should be very short. Any long running calls should be done asynchronously or avoided from the client side.
From user feedback known problematic areas are are:
/plato/plan/definesamples.jsf
/plato/plan/evalexperiments.jsf
See #214
/plato/plan/identifyrequirements.jsf
/plato/plan/plansettings.jsf
/plato/plan/validateplan.jsf
The text was updated successfully, but these errors were encountered: