mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 13:18:06 +00:00 
			
		
		
		
	new status S_NEEDS_CORRECTION
This commit is contained in:
		
							parent
							
								
									093a1fa844
								
							
						
					
					
						commit
						8931759f84
					
				|  | @ -54,6 +54,13 @@ define("S_IN_REVISION",  4); | |||
|  */ | ||||
| define("S_DRAFT",  5); | ||||
| 
 | ||||
| /* | ||||
|  * Document needs correction after revision. This needs to be different from | ||||
|  * the regular S_REJECTED because documents which has been rejected | ||||
|  * in revision are not necessarily invalid but just needs correction. | ||||
|  */ | ||||
| define("S_NEEDS_CORRECTION",  6); | ||||
| 
 | ||||
| /* | ||||
|  * Document was rejected. A document is in rejected state when | ||||
|  * the review failed or approval was not given. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann