Skip to content

Commit

Permalink
Widget: DataSet should be a required property (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner authored May 9, 2024
1 parent b48969f commit 1f160d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/dataset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<property id="dataSetId" type="datasetSelector">
<title>DataSet</title>
<helpText>Please select the DataSet to use as a source of data for this template.</helpText>
<rule>
<test type="and">
<condition type="required"></condition>
</test>
</rule>
</property>
<property type="header" variant="main">
<title>Configuration</title>
Expand Down

0 comments on commit 1f160d6

Please sign in to comment.