Skip to content
Snippets Groups Projects
Commit fa8abe6a authored by Raphael Collet's avatar Raphael Collet
Browse files

[FIX] custom fields: make the flag 'translate' visible for html fields

opw:678921
parent 50eb591b
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,8 @@
<page name="base" string="Base Properties">
<group>
<field name="translate"
attrs="{'readonly': [('ttype','not in',['char','text'])],
'invisible': [('ttype','not in',['char','text'])]}"/>
attrs="{'readonly': [('ttype','not in',['char','text','html'])],
'invisible': [('ttype','not in',['char','text','html'])]}"/>
<field name="selection"
attrs="{'required': [('ttype','in',['selection','reference'])],
'readonly': [('ttype','not in',['selection','reference'])],
......@@ -225,8 +225,8 @@
<page name="base" string="Base Properties">
<group>
<field name="translate"
attrs="{'readonly': [('ttype','not in',['char','text'])],
'invisible': [('ttype','not in',['char','text'])]}"/>
attrs="{'readonly': [('ttype','not in',['char','text','html'])],
'invisible': [('ttype','not in',['char','text','html'])]}"/>
<field name="selection"
attrs="{'required': [('ttype','in',['selection','reference'])],
'readonly': [('ttype','not in',['selection','reference'])],
......
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