Skip to content
  • PaulR's avatar
    fix(admin/add_column): stop modifying user input in stored data · dc164c4d
    PaulR authored
    An [earlier
    change](framasoft/framadate/framadate@892fa113)
    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
    dc164c4d