mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
Importer: Update legacy IndicoUtil.errorReport call
This commit is contained in:
parent
01ac6332b1
commit
e53068e40c
@ -611,7 +611,7 @@
|
||||
var errorCallback = function(error) {
|
||||
if (error) {
|
||||
hasError = true;
|
||||
IndicoUtil.errorReport(error);
|
||||
IndicoUI.Dialogs.Util.error(error);
|
||||
}
|
||||
};
|
||||
var date = self.destination.startDate.date.replace(/-/g, '/');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user