This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
//
|
||||
const FORM_KEY = "translation-edit";
|
||||
const API_BASE_URL = "translation/";
|
||||
const FORM_CUSTOM_TEMPLATE_KEY = "Translation";
|
||||
const FORM_CUSTOM_TEMPLATE_KEY = "Translation"; //<-- Should always be CoreBizObject AyaType name here where possible
|
||||
|
||||
export default {
|
||||
async created() {
|
||||
|
||||
@@ -256,7 +256,7 @@
|
||||
//
|
||||
const FORM_KEY = "user-edit";
|
||||
const API_BASE_URL = "user/";
|
||||
const FORM_CUSTOM_TEMPLATE_KEY = "User";
|
||||
const FORM_CUSTOM_TEMPLATE_KEY = "User"; //<-- Should always be CoreBizObject AyaType name here where possible
|
||||
|
||||
export default {
|
||||
async created() {
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
|
||||
const FORM_KEY = "home-user-settings";
|
||||
const API_BASE_URL = "user-option/";
|
||||
const FORM_CUSTOM_TEMPLATE_KEY = "Useroptions";
|
||||
const FORM_CUSTOM_TEMPLATE_KEY = "UserOptions"; //<- Should always be CoreBizObject AyaType name here
|
||||
|
||||
export default {
|
||||
async created() {
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
const FORM_KEY = "ops-server-state";
|
||||
const API_BASE_URL = "server-state/";
|
||||
const FORM_CUSTOM_TEMPLATE_KEY = "ops-server-state";
|
||||
const FORM_CUSTOM_TEMPLATE_KEY = "ServerState"; //<-- Should always be CoreBizObject AyaType name here where possible
|
||||
|
||||
export default {
|
||||
async created() {
|
||||
|
||||
@@ -263,7 +263,7 @@
|
||||
//
|
||||
const FORM_KEY = "widget-edit";
|
||||
const API_BASE_URL = "widget/";
|
||||
const FORM_CUSTOM_TEMPLATE_KEY = "Widget";
|
||||
const FORM_CUSTOM_TEMPLATE_KEY = "Widget"; //<-- Should always be CoreBizObject AyaType name here where possible
|
||||
|
||||
export default {
|
||||
async created() {
|
||||
|
||||
Reference in New Issue
Block a user