Skip to content

Commit

Permalink
Widget: DataSet static image slideshow no image field message
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenpingol-xibo committed Oct 23, 2023
1 parent f259132 commit 3fb2a6f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/templates/dataset-static.xml
Expand Up @@ -2632,6 +2632,15 @@ $datasetTableContainer.dataSetRender(properties);
</test>
</visibility>
</property>
<property type="message">
<title>No image field is available for the selected DataSet.</title>
<visibility>
<test>
<condition field="dataSetId" type="neq"></condition>
<condition field="datasetField" type="eq"></condition>
</test>
</visibility>
</property>
<property id="datasetField" type="datasetField">
<dependsOn>dataSetId</dependsOn>
<title>Select DataSet Field</title>
Expand Down

0 comments on commit 3fb2a6f

Please sign in to comment.