Commit d32b52a7 authored by Jérome Perrin's avatar Jérome Perrin

core: whitespace preserve security_uid_column field

Since catalog is migrated to an ERP5 document and can only be edited
with ERP5 UI we lost the hability to define security uid column for
default group, which is supposed to be defined with an empty string,
something like: `  | security_uid`.

Enable whitespace preserve on this field to allow saving this string
string without being stripped by formulator.
parent c4f267ba
......@@ -12,6 +12,7 @@
<list>
<string>height</string>
<string>title</string>
<string>whitespace_preserve</string>
<string>width</string>
</list>
</value>
......@@ -81,6 +82,10 @@
<key> <string>title</string> </key>
<value> <string>Catalog Security UID Columns</string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>100</int> </value>
......
Markdown is supported
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