mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
This commit is contained in:
commit
dd5bc7d10e
2
Makefile
2
Makefile
|
@ -48,6 +48,6 @@ doc:
|
|||
$(PHPDOC) -d SeedDMS_Core --ignore 'getusers.php,getfoldertree.php,config.php,reverselookup.php' --force -t html
|
||||
|
||||
apidoc:
|
||||
apigen generate -s SeedDMS_Core --exclude tests --skip-doc-prefix tests -d html
|
||||
apigen generate -s SeedDMS_Core --exclude tests -d html
|
||||
|
||||
.PHONY: webdav webapp
|
||||
|
|
|
@ -143,7 +143,7 @@ $(document).ready(function() {
|
|||
?>
|
||||
<table class="table-condensed">
|
||||
<?php
|
||||
if(!$workflow->isUsed()) {
|
||||
if($workflow && !$workflow->isUsed()) {
|
||||
?>
|
||||
<tr><td></td><td><a class="standardText btn" href="../out/out.RemoveWorkflow.php?workflowid=<?php print $workflow->getID();?>"><i class="icon-remove"></i> <?php printMLText("rm_workflow");?></a></td></tr>
|
||||
<?php
|
||||
|
@ -288,7 +288,6 @@ $(document).ready(function() {
|
|||
function form() { /* {{{ */
|
||||
$selworkflow = $this->params['selworkflow'];
|
||||
|
||||
if($selworkflow)
|
||||
$this->showWorkflowForm($selworkflow);
|
||||
} /* }}} */
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user