Skip to content
Snippets Groups Projects
Unverified Commit dc164c4d authored by Paul B's avatar Paul B
Browse files

fix(admin/add_column): stop modifying user input in stored data

An [earlier
change](https://framagit.org/framasoft/framadate/framadate/commit/892fa11373bd0781b7916a6c97d7f354ba51f428)
modifed the user's input when creating new columns in an existing
Poll.

Indeed all `,` comma were replaced by `-` dashes and the user inputs
was saved as such.

It seems the rational behind it was to keep the existing "formatting"
of log messages where different elements were separated by commas.

This commit makes sure to not strip the users' data but only the
logged message.

Fixes #384
parent e13f66eb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment