Skip to content

Commit

Permalink
Bug fix - Permit Priority value is not required
Browse files Browse the repository at this point in the history
Issue 86
  • Loading branch information
stohn777 committed Aug 15, 2023
1 parent 1e963d0 commit f1c35a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<inlineHelpText>When multiple concrete classes are specified for a SObject, the number specifies which concretion should be returned. Higher numbers are higher priority; null values are the least priority.</inlineHelpText>
<label>Priority</label>
<precision>4</precision>
<required>true</required>
<required>false</required>
<scale>0</scale>
<type>Number</type>
<unique>false</unique>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<inlineHelpText>When multiple concrete classes are specified for an interface, the number specifies which concretion should be returned. Higher numbers are higher priority; null values are the least priority.</inlineHelpText>
<label>Priority</label>
<precision>4</precision>
<required>true</required>
<required>false</required>
<scale>0</scale>
<type>Number</type>
<unique>false</unique>
Expand Down

0 comments on commit f1c35a3

Please sign in to comment.