rename all variants of naming that hold an AyaType value to "aType" (parameter) / "AType" (not parameter) everywhere front and back; "ayType", "objectType", "oType" all are used in various areas
This commit is contained in:
@@ -28,7 +28,7 @@ import gzapi from "./api/gzapi";
|
||||
import gzform from "./api/gzform";
|
||||
import gzformcustomtemplate from "./api/form-custom-template";
|
||||
import authorizationroles from "./api/authorizationroles";
|
||||
import gztype from "./api/ayatype";
|
||||
import ayatype from "./api/ayatype";
|
||||
import gzenums from "./api/enums";
|
||||
import "@/assets/css/main.css";
|
||||
|
||||
@@ -82,7 +82,7 @@ window.$gz = {
|
||||
translation: translation,
|
||||
locale: locale,
|
||||
formCustomTemplate: gzformcustomtemplate,
|
||||
type: gztype,
|
||||
type: ayatype,
|
||||
role: authorizationroles,
|
||||
enums: gzenums,
|
||||
eventBus: gzeventbus,
|
||||
@@ -252,6 +252,9 @@ Vue.prototype.$ay = {
|
||||
},
|
||||
util: function() {
|
||||
return gzutil;
|
||||
},
|
||||
ayt: function() {
|
||||
return ayatype;
|
||||
}
|
||||
};
|
||||
//disable the devtools nag
|
||||
|
||||
Reference in New Issue
Block a user