new status S_NEEDS_CORRECTION

This commit is contained in:
Uwe Steinmann 2018-01-29 11:40:25 +01:00
parent 093a1fa844
commit 8931759f84

View File

@ -54,6 +54,13 @@ define("S_IN_REVISION", 4);
*/ */
define("S_DRAFT", 5); 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 * Document was rejected. A document is in rejected state when
* the review failed or approval was not given. * the review failed or approval was not given.