When submiiting grid edition, widget.getValue is called instead of widget.getSubmitValue
For exemple, for a reference metadata :
- from form edition, the submitted value is "{"type":"__external","value":"http://www.ametys.org"}"
- from search grid, the submiited value is {type: __external, value: http://www.ametys.org}
From search grid, the edition failed in EditContentFunction because we can not parse value
Resolved this issue and open two more issue
CMS-9000andCMS-9001for reference and url widget