Low Variables + Grid not working
Low Variables
EE 3.1.2
When trying to save a variable of the Grid-type, I get several dozens (seems to loop infinitely) of these:
Notice
Undefined index: col_type
ee/legacy/libraries/Grid_parser.php, line 624 show details
Severity: E_NOTICE
Notice
Undefined index: col_type
ee/legacy/libraries/Grid_parser.php, line 632 show details
Severity: E_NOTICE
and the variable is not saved.
Replies
Low 10 Feb 2016 12:40
This is related to a bug in Grid that I reported recently. Not something I can fix from LV, I'm afraid. :(
Low 10 Feb 2016 12:47
You can try and work around it for now. If you, using your browser's inspector, check out the disabled Type select, and remove the disabled="disabled" from it, the select element should be accessible again and submit its value normally.
oliver.heine 11 Feb 2016 09:22
Wonderful.
Low 7 Mar 2016 12:49
FWIW, this will be fixed in EE3.2, which is in developer preview as we speak.