Skip to content

Commit

Permalink
Chart: adding action groups
Browse files Browse the repository at this point in the history
  • Loading branch information
BerSie committed Oct 10, 2024
1 parent daf2444 commit a502bdd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions vocabularies/UI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -751,8 +751,14 @@ The trend is
<String>Describes Attributes for Dimensions. All Dimensions used in this collection must also be part of the Dimensions Property.</String>
</Annotation>
</Property>
<Property Name="Actions" Type="Collection(UI.DataFieldForActionAbstract)" Nullable="false">
<Annotation Term="Core.Description" String="Available actions" />
<Property Name="Actions" Type="Collection(UI.DataFieldAbstract)" Nullable="false">
<Annotation Term="Core.Description" String="Available actions and action groups" />
<Annotation Term="Validation.DerivedTypeConstraint">
<Collection>
<String>UI.DataFieldForActionAbstract</String>
<String>UI.DataFieldForActionGroup></String>
</Collection>
</Annotation>
</Property>
</ComplexType>

Expand Down

0 comments on commit a502bdd

Please sign in to comment.