Skip to content

Commit

Permalink
Widget: DataSet Image Slideshow doesn't show DataSet Field when the d…
Browse files Browse the repository at this point in the history
…ataset has no image columns

relates to xibosignage/xibo#3178
  • Loading branch information
rubenberttpingol authored Oct 23, 2023
1 parent a4d11b6 commit 111ae17
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/templates/dataset-static.xml
Original file line number Diff line number Diff line change
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 111ae17

Please sign in to comment.