This commit is contained in:
2019-07-19 18:35:57 +00:00
parent 18f9f4e870
commit a9704c497d
4 changed files with 10 additions and 18 deletions

View File

@@ -56,7 +56,7 @@
</template>
<script>
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
/* eslint-disable */
/* xeslint-disable */
////////////////////////////////////////////////////////////////////////////////////////////////////////////
/**
* v-if="item.hide == false"
@@ -168,7 +168,7 @@ export default {
}
},
beforeCreate() {
console.log("custom-fields-control::BEFORECREATE: TOP");
// console.log("custom-fields-control::BEFORECREATE: TOP");
//check pre-requisites exist just in case
if (this.$gzdevmode()) {
if (!this.$_) {
@@ -184,7 +184,7 @@ export default {
//var v=this.$store.state.formCustomTemplate[this.formKey];
},
created() {
console.log("custom-fields-control::BEFORECREATE: TOP");
// console.log("custom-fields-control::BEFORECREATE: TOP");
if (this.$gzdevmode()) {
//debugger;
if (!this.formKey) {

View File

@@ -114,7 +114,7 @@ export default {
})
.then(() => {
//don't have access to local data object until here
that.rights = this.$gzrole.getRights(this, this.$gztype.Widget);
that.rights = this.$gzrole.getRights(this, window.$gz.type.Widget);
var formSettings = that.$gzform.getFormSettings(FORM_KEY);
/**
* {