All options are selected in list
See html source
Steps to reproduce the behavior:
<select> Browser display transformation source htmlSelect the good one
templates/columns_definitions/transformation.twig
'@' ~ available_mime[type ~ '_file_quoted'][mimekey] ~ '3?@i' regex always matches !
@williamdes I have successfully reproduced the issue on my local machine. As I understand the issue does not occur when None is selected but crops up when we select an option other than None eg: If we select Download and save then when we edit again it shows Substring as all the options (except None) are selected.
I will start working on fixing this and will ask for your help if needed
Most helpful comment
@williamdes I have successfully reproduced the issue on my local machine. As I understand the issue does not occur when
Noneis selected but crops up when we select an option other thanNoneeg: If we selectDownloadand save then when we edit again it showsSubstringas all the options (exceptNone) are selected.I will start working on fixing this and will ask for your help if needed