show workflow form only if workflow is selected

This commit is contained in:
Uwe Steinmann 2016-09-05 06:38:44 +02:00
parent 9312b83599
commit 4de8a204f7

View File

@ -288,6 +288,7 @@ $(document).ready(function() {
function form() { /* {{{ */
$selworkflow = $this->params['selworkflow'];
if($selworkflow)
$this->showWorkflowForm($selworkflow);
} /* }}} */