Skip to content

Fixes ISSUE-48387: Cannot execute standard process with no parameters

A regression was introduced in this changeset [1] and as a result the execution of standard process that do not have any parameters fail, because the property theForm of those processes is not defined.

It has been fixed by making sure the form exists before invoking its getFileItemForm method.

[1] 71dbcf0c

Edited by Augusto Mauch

Merge request reports