mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 21:51:32 +00:00
show workflow form only if workflow is selected
This commit is contained in:
parent
9312b83599
commit
4de8a204f7
|
@ -288,6 +288,7 @@ $(document).ready(function() {
|
||||||
function form() { /* {{{ */
|
function form() { /* {{{ */
|
||||||
$selworkflow = $this->params['selworkflow'];
|
$selworkflow = $this->params['selworkflow'];
|
||||||
|
|
||||||
|
if($selworkflow)
|
||||||
$this->showWorkflowForm($selworkflow);
|
$this->showWorkflowForm($selworkflow);
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user