This commit is contained in:
@@ -115,7 +115,7 @@ export default {
|
||||
.then(() => {
|
||||
//don't have access to local data object until here
|
||||
that.rights = window.$gz.role.getRights(this, window.$gz.type.Widget);
|
||||
var formSettings = that.$gzform.getFormSettings(FORM_KEY);
|
||||
var formSettings = window.$gz.form.getFormSettings(FORM_KEY);
|
||||
/**
|
||||
* {
|
||||
temp: { page: that.localFormSettings.pagination.page },
|
||||
@@ -242,7 +242,7 @@ export default {
|
||||
that.localFormSettings.pagination &&
|
||||
that.localFormSettings.pagination.rowsPerPage
|
||||
) {
|
||||
that.$gzform.setFormSettings(FORM_KEY, {
|
||||
window.$gz.form.setFormSettings(FORM_KEY, {
|
||||
temp: { page: that.localFormSettings.pagination.page },
|
||||
saved: {
|
||||
rowsPerPage: that.localFormSettings.pagination.rowsPerPage,
|
||||
|
||||
Reference in New Issue
Block a user