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:
@@ -928,7 +928,7 @@ export default {
|
||||
this.$router.push({
|
||||
name: "service-banks",
|
||||
params: {
|
||||
objectType: window.$gz.type.Unit,
|
||||
aType: window.$gz.type.Unit,
|
||||
objectId: this.$route.params.recordid,
|
||||
viz: this.obj.serial,
|
||||
icon: "$ayiFan"
|
||||
@@ -944,7 +944,7 @@ export default {
|
||||
this.$router.push({
|
||||
name: "meter-readings",
|
||||
params: {
|
||||
objectType: window.$gz.type.Unit,
|
||||
aType: window.$gz.type.Unit,
|
||||
objectId: this.$route.params.recordid
|
||||
}
|
||||
});
|
||||
@@ -1270,7 +1270,7 @@ async function clickHandler(menuItem) {
|
||||
//general report selector chosen
|
||||
|
||||
let res = await m.vm.$refs.reportSelector.open({
|
||||
ObjectType: window.$gz.type.Unit,
|
||||
AType: window.$gz.type.Unit,
|
||||
selectedRowIds: [m.vm.obj.id]
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user