Multiple locked parameter names are not saved as array
Description
If the user checks multiple parameters as locked, their names are saved as a string delimited by ",". The names should be saved as single values
Activity
Show:
Igor Sechyn
November 14, 2014, 12:25 PM
fixed on master. the locked parameter names are now being posted as array without delimiter.
Igor Sechyn
November 14, 2014, 11:33 AM
however, it is probably better to post the values using multiple parameters to avoid the handling in the servlet.
Igor Sechyn
November 14, 2014, 11:27 AM
The reason for this behavior is the wrong delimiter used in the editor gui. ";" should be used instead. I will enhance the editor configuration with the option to supply an array delimiter. The one from TypeConversion should be used.
Fixed
Assignee
Reporter
Labels
None