-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Ecosystem
-
Severity 3 - Minor
Url:
"url": "/ap3/file?fileId={fileId}&showLink={showLink}&width=800&height=600&type=slide",
Macro def:
{
"identifier": "showLink",
"name": { "value": "Show document link" },
"description": { "value": "Show document link" },
"type": "boolean",
"required": false,
"defaultValue": "true"
}
Actual:
When showLink is ticked, no value is sent, but when showLink is not ticked false is sent
Expected:
The value of showLink is correctly replaced in the URL regardless of the default setting.