Existing leblender content throws error when new property is added to Leblender grid control
Leblender Version: 1.0.9.2
I'm getting the error "editr is not defined" when I go to edit existing content after adding a new property to the grid control. This is likely because the stored data doesn't have an editorAlias or editorName for the new property, as it works fine when I add a new instance of the control to the grid.
Thanks for that insight. Looks like this issue has already been reported in github, so will mark this as resolved. Seems like the nuget package just needs to be updated with the latest code as it doesn't have this typo.
Existing leblender content throws error when new property is added to Leblender grid control
Leblender Version: 1.0.9.2
I'm getting the error "editr is not defined" when I go to edit existing content after adding a new property to the grid control. This is likely because the stored data doesn't have an editorAlias or editorName for the new property, as it works fine when I add a new instance of the control to the grid.
Hi Jesse,
There is a spelling error in line 139 of parameterconfig.controller.js saying "editr" instead of "editor"... fix that and everything works again.. ;)
Remember to up the serial in ClientDependency.config by 1.. ;)
/ulrich
Thanks for that insight. Looks like this issue has already been reported in github, so will mark this as resolved. Seems like the nuget package just needs to be updated with the latest code as it doesn't have this typo.
is working on a reply...