Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2024-01-31 07:51:59 +01:00
commit 61dd316e09

View File

@ -1118,7 +1118,7 @@ $(document).ready( function() {
$this->contentContainerEnd(); $this->contentContainerEnd();
} }
if(!$workflow) { if($workflowmode == 'advanced' && !$workflow) {
if($accessobject->check_view_access($this, array('action'=>'finished_workflowlog'))) { if($accessobject->check_view_access($this, array('action'=>'finished_workflowlog'))) {
$wkfalllogs = $latestContent->getWorkflowLog(); $wkfalllogs = $latestContent->getWorkflowLog();
if($wkfalllogs) { if($wkfalllogs) {