Skip to content

Commit

Permalink
[17.0-mig-server] [FIX]server_environment_ir_config_parameter: Fix at…
Browse files Browse the repository at this point in the history
…tributes in XML view
  • Loading branch information
moitabenfdz committed Jan 8, 2024
1 parent 0c40001 commit 0fe89fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0fe89fc

Please sign in to comment.