Skip to content

Commit

Permalink
Dataset column fields do not update when set to "Remote"
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao committed Feb 17, 2025
1 parent f344c01 commit 810fd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/core/xibo-cms.js
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ window.XiboFormRender = function(sourceObj, data = null) {
} else {
$('#' + fieldAction.field).on(fieldAction.trigger, function(ev) {
// Process the actions straight away.
const fieldVal = $(ev.currentState).val();
const fieldVal = $(ev.currentTarget).val();

// console.log("Init action with value " + fieldVal);
let valueMatch = false;
Expand Down

0 comments on commit 810fd87

Please sign in to comment.