mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
61dd316e09
|
@ -1118,7 +1118,7 @@ $(document).ready( function() {
|
|||
$this->contentContainerEnd();
|
||||
}
|
||||
|
||||
if(!$workflow) {
|
||||
if($workflowmode == 'advanced' && !$workflow) {
|
||||
if($accessobject->check_view_access($this, array('action'=>'finished_workflowlog'))) {
|
||||
$wkfalllogs = $latestContent->getWorkflowLog();
|
||||
if($wkfalllogs) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user