mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	show finished workflow only in advanced workflow mode
This commit is contained in:
		
							parent
							
								
									4e63fd2ecf
								
							
						
					
					
						commit
						f14617b3c6
					
				|  | @ -1046,7 +1046,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) { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann