-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
I called a long server process via Ametys.data.ServerComm.send method with a wait message
Ametys.data.ServerComm.send({
plugin: 'thesaurus-itm',
url: 'import-microthesaurii/data',
parameters: {
'thesaurus-id': thesaurusId
},
callback: {
handler: this._processDataReport,
scope: this
},
responseType: 'text',
waitMessage: "<i18n:text i18n:key='PLUGINS_THESAURUS_ITM_IMPORT_FILE_DIALOG_WAIT_MSG'/>",
errorMessage: {
category: this.self.getName(),
ignoreCallback: false
},
priority: Ametys.data.ServerComm.PRIORITY_LONG_REQUEST
});
A load mask is displayed.
If I hover a ribbon button during process, the tooltip of the button is displayed and the load mask disappear.
If I hover again a button and display a tooltip, the load mask reappears.
- Est bloqué par
-
CMS-5925 Viewport or body mask should also mask ribbon
-
- Closed
-