You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Viewable Logic: Fix falsey check for empty Operation Def value viewLabels showing their value instead of blank
Basically, if you had:
{
"label": "Force Non-FP Conference Room",
"types": ["int"],
"tooltip": "If this is true, when a conversation is triggered it will force the non-FP version of the conference room",
"values": [
{
"viewlabel": "",
"text": "False",
"value": 0
},
{
"viewlabel": "always in the non-FP conference room ",
"text": "True",
"value": 1
}
],
"defaultValue": 0
},
The "viewlabel": "", section should mean nothing should appear for this section but instead it shows 'False'.
The text was updated successfully, but these errors were encountered:
CWolfs
changed the title
Viewable Logic: Fixed falsey check for empty Operation Def value viewLabels showing their value instead of blank
Viewable Logic: Fix falsey check for empty Operation Def value viewLabels showing their value instead of blank
Jun 5, 2023
Viewable Logic: Fix falsey check for empty Operation Def value viewLabels showing their value instead of blank
Basically, if you had:
The
"viewlabel": "",
section should mean nothing should appear for this section but instead it shows 'False'.The text was updated successfully, but these errors were encountered: