Skip to content
Snippets Groups Projects
Commit fae38970 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Rename xhrError to handleXhrError

parent c33e5e54
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ import VPULitElementJQuery from 'vpu-common/vpu-lit-element-jquery'; ...@@ -10,7 +10,7 @@ import VPULitElementJQuery from 'vpu-common/vpu-lit-element-jquery';
import * as commonUtils from 'vpu-common/utils'; import * as commonUtils from 'vpu-common/utils';
import select2CSSPath from 'select2/dist/css/select2.min.css'; import select2CSSPath from 'select2/dist/css/select2.min.css';
import bulmaCSSPath from "bulma/css/bulma.min.css"; import bulmaCSSPath from "bulma/css/bulma.min.css";
import * as error from "vpu-common/error"; import * as errorUtils from "vpu-common/error";
select2(window, $); select2(window, $);
...@@ -113,7 +113,7 @@ class PersonSelect extends VPULitElementJQuery { ...@@ -113,7 +113,7 @@ class PersonSelect extends VPULitElementJQuery {
results: results results: results
}; };
}, },
error: error.xhrError error: errorUtils.handleXhrError
} }
}).on("select2:select", function (e) { }).on("select2:select", function (e) {
// set custom element attributes // set custom element attributes
......
common @ 06dc2079
Subproject commit acb1de7da2b26a14bd6056037b48fba97777541e Subproject commit 06dc2079ed19d9ae4762f89dd9eaaec9911b2b13
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment