meeting minutes: 'finished_x' (i.e. finished then moved) work items are not active
This commit is contained in:
		
							parent
							
								
									e345109432
								
							
						
					
					
						commit
						d0c5004f80
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -279,7 +279,7 @@ class MeetingMinutesWorkRow(WorkRow): | ||||||
|     @Lazy |     @Lazy | ||||||
|     def isActive(self): |     def isActive(self): | ||||||
|         return self.context.state not in ( |         return self.context.state not in ( | ||||||
|             'finished', 'closed', 'cancelled', 'moved') |             'finished', 'finished_x', 'closed', 'cancelled', 'moved') | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class MeetingMinutesWork(WorkReportInstance, SubReport): | class MeetingMinutesWork(WorkReportInstance, SubReport): | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue