feat(glpi): correct debug check
now the flow automagically runs as intended !12
This commit is contained in:
12
flows.json
12
flows.json
@ -9677,14 +9677,18 @@
|
|||||||
"type": "switch",
|
"type": "switch",
|
||||||
"z": "104f7938a23fe82f",
|
"z": "104f7938a23fe82f",
|
||||||
"name": "Debug No Auto-run",
|
"name": "Debug No Auto-run",
|
||||||
"property": "$boolean($globalContext('config.glpi.debug_on'))\t",
|
"property": "config.glpi.debug_on",
|
||||||
"propertyType": "jsonata",
|
"propertyType": "global",
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"t": "true"
|
"t": "eq",
|
||||||
|
"v": "true",
|
||||||
|
"vt": "str"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"t": "false"
|
"t": "eq",
|
||||||
|
"v": "false",
|
||||||
|
"vt": "str"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"checkall": "true",
|
"checkall": "true",
|
||||||
|
Reference in New Issue
Block a user