bug: feed config always selects all output types
-
Hi,
Whenever we update a feed’s settings, there are a bunch of formatting options for every column. We want none of these options selected, but the plugin enables all the options every time we save:?https://cln.sh/C4l3qfV8
This leads to broken CSV output (e.g. if a quote character is is in the data). This causes a malformed / smaller than expected CSV file and it can fail regenerating.
As a workaround, we have found that commenting out the php that does the formatting fixes our CSV file after it’s been regenerated. So, it’s definitely an unintended formatting option being applied.
Please repair the config options so they work as expected and do not re-enable all formatting options every time a feed is saved. It should preserve the choices we make.
Better yet, if you would change these options to checkboxes instead of a multi-select field, that will reduce the potential for mistakes and other problems.
Please let me know if you need any other info and when a fix is released. Thank you!
- You must be logged in to reply to this topic.