Commit e2bc2abe authored by Julien Muchembled's avatar Julien Muchembled
Browse files

List setter without 'List' suffix should not split strings

Before, setFoo was equal to setFooList and
  setFoo('ab cd') equivalent to setFooList(('ab', 'cd'))

With this commit, setFoo('ab cd') == setFooList(('ab cd',))

This fixes changing permission on RoleInformation_view form.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29646 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 585c9c2e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment