Add user id only when it was provided 85/125485/1
authorandre.schmid <andre.schmid@est.tech>
Wed, 27 Oct 2021 18:01:30 +0000 (19:01 +0100)
committerLiam Fallon <liam.fallon@est.tech>
Fri, 29 Oct 2021 14:26:03 +0000 (14:26 +0000)
commit039b52132eff507ed8bc305efacf13e6bde3cd8f
tree22004923887ec8fc79281e17218618e356dc57cd
parentc3b54346bf55de9f5cd83ec1840b9af89dbda467
Add user id only when it was provided

During the policy upload call, the user id is being added as a query
parameter even if it was not provided, causing to provide the value
"null" as the userId parameter.
This change just add the userId to the call when it is available.

Issue-ID: POLICY-3796
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Change-Id: I7bcc928f1ca144ee1ad05e7d1028ea08a15ebd42
(cherry picked from commit 08b6e0e63e4524d02507d6709710b53f87690cc0)
gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexFiles.js