I get the following error when trying to edit (modal form) fields on nodes with periods in the title:
A2431.02 can not be edited: Array
Any ideas?
I get the following error when trying to edit (modal form) fields on nodes with periods in the title:
A2431.02 can not be edited: Array
Any ideas?
Comments
Comment #1
mattbk commentedI think this is not limited to nodes with periods in the title, so I am changing the title of this issue.
Errors in Drupal log:
As far as I can tell, this means that neither $required nor $error have any value at this point.
Comment #2
mattbk commentedIt gets even weirder. I can edit a field value that starts with a letter and then a non-zero integer (e.g., L6516) but not one that starts with a letter and then a zero (e.g., A00275).
Comment #3
Yuri commentedYes i confirm all the above in my install too.
Comment #4
lee20 commentedI am also having this issue with nodes that have a period in the title.
Comment #5
tinflute commentedI get this error for all fields, regardless of content.
As a temporary workaround, I added
return true;to the first line ofslickgrid_editor_form_validate()(slickgrid.module:line 586). This simply disables the validation, so use with caution. But it has fixed the issue for me for the moment.Comment #6
arkjoseph commentedHas this issue been resolved? Im getting the same.
Comment #7
Todd Young commentedI have this issue with any change to the Title - IF using the inline field option. Using modal dialogue on Title works, and other fields I've tested seem to work with either edit mechanism so far.