mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +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() { /* {{{ */
|
||||
$selworkflow = $this->params['selworkflow'];
|
||||
|
||||
if($selworkflow)
|
||||
$this->showWorkflowForm($selworkflow);
|
||||
} /* }}} */
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user