[17.0-mig-server] [FIX]server_environment_ir_config_parameter: Fix attributes in XML view

This commit is contained in:
Marcos Oitaben 2023-11-16 16:00:01 +01:00
parent 0c4000167d
commit 0fe89fc336
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="is_environment" />
</field>
<field name="key" position="attributes">
<attribute name="readonly">'is_environment'</attribute>
<attribute name="readonly">is_environment</attribute>
</field>
<field name="value" position="attributes">
<attribute name="readonly">'is_environment'</attribute>
<attribute name="readonly">is_environment</attribute>
</field>
</field>
</record>