Skip to content

Commit

Permalink
Apply recomended attribute type to custom class example (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffunky authored Nov 20, 2024
1 parent 114cc13 commit 11e46ef
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Here is an example of a custom class with all necessary attributes and methods.
<validation_pattern/>
<tracking_level>all</tracking_level>
</field>
<field id="nb_u" xsi:type="AttributeString">
<field id="nb_u" xsi:type="AttributeMHFRackUnit">
<sql>nb_u</sql>
<default_value/>
<is_null_allowed>true</is_null_allowed>
Expand All @@ -105,7 +105,7 @@ Here is an example of a custom class with all necessary attributes and methods.
<is_null_allowed>false</is_null_allowed>
<display_style>list</display_style>
</field>
<field id="position_v" xsi:type="AttributeInteger">
<field id="position_v" xsi:type="AttributeMHFRackUnit">
<sql>position_v</sql>
<default_value/>
<is_null_allowed>true</is_null_allowed>
Expand Down Expand Up @@ -256,4 +256,4 @@ Here is an example of a custom class with all necessary attributes and methods.
</class>
</classes>
</itop_design>
```
```

0 comments on commit 11e46ef

Please sign in to comment.