We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing the horizontal or vertical grid size in Display Layout edit properties throws a console error.
No console error should be thrown.
[Vue warn]: Invalid prop: custom validator check failed for prop "gridSize".
found in
---> at src/plugins/displayLayout/components/SubobjectView.vue at src/plugins/displayLayout/components/DisplayLayout.vue 3 vue.js:581:15 VueJS 22 _onSave webpack-internal:///./src/plugins/formActions/EditPropertiesAction.js:77 _showEditForm webpack-internal:///./src/plugins/formActions/EditPropertiesAction.js:108 invoke webpack-internal:///./src/plugins/formActions/EditPropertiesAction.js:54 onItemClicked webpack-internal:///./src/api/menu/MenuAPI.js:87 VueJS 30 show webpack-internal:///./src/api/menu/menu.js:72
The text was updated successfully, but these errors were encountered:
Testing Notes: Try to change the horizontal and vertical grid size of a display layout. Ensure no console error is displayed.
Sorry, something went wrong.
Testathon 3-17-22: verified fixed.
Verified Fixed
Verified Fixed.
No branches or pull requests
Changing the horizontal or vertical grid size in Display Layout edit properties throws a console error.
Expected vs Current Behavior
No console error should be thrown.
Steps to Reproduce
Environment
Impact Check List
Additional Information
[Vue warn]: Invalid prop: custom validator check failed for prop "gridSize".
found in
---> at src/plugins/displayLayout/components/SubobjectView.vue
at src/plugins/displayLayout/components/DisplayLayout.vue
3 vue.js:581:15
VueJS 22
_onSave webpack-internal:///./src/plugins/formActions/EditPropertiesAction.js:77
_showEditForm webpack-internal:///./src/plugins/formActions/EditPropertiesAction.js:108
invoke webpack-internal:///./src/plugins/formActions/EditPropertiesAction.js:54
onItemClicked webpack-internal:///./src/api/menu/MenuAPI.js:87
VueJS 30
show webpack-internal:///./src/api/menu/menu.js:72
The text was updated successfully, but these errors were encountered: