Fix compilation error on OAuthClient.status

XML file version was update but structure wasn't aligned with the new XML version (AttributeEnum structure)
This commit is contained in:
Pierre Goiffon
2022-06-28 11:55:03 +02:00
parent 682f20bbba
commit 2fcc386e1e

View File

@@ -40,8 +40,22 @@
<field id="status" xsi:type="AttributeEnum">
<always_load_in_tables>true</always_load_in_tables>
<values>
<value id="active">active</value>
<value id="inactive">inactive</value>
<value id="active">
<code>active</code>
<style>
<main_color>$ibo-lifecycle-active-state-primary-color</main_color>
<complementary_color>$ibo-lifecycle-active-state-secondary-color</complementary_color>
<decoration_classes/>
</style>
</value>
<value id="inactive">
<code>inactive</code>
<style>
<main_color>$ibo-lifecycle-inactive-state-primary-color</main_color>
<complementary_color>$ibo-lifecycle-inactive-state-secondary-color</complementary_color>
<decoration_classes/>
</style>
</value>
</values>
<sql>status</sql>
<default_value>inactive</default_value>