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:
@@ -132,7 +132,7 @@ export default {
|
||||
);
|
||||
}
|
||||
},
|
||||
async moveSelected(ayType, ayId) {
|
||||
async moveSelected(aType, ayId) {
|
||||
let vm = this;
|
||||
try {
|
||||
//called from move dialog, already selected
|
||||
|
||||
Reference in New Issue
Block a user