Merge changes from topic 'kill-submitted'
* changes: Remove the state SUBMITTED altogether Merging Changes: Do not enter submitted state Test author and committer for different submit strategies
This commit is contained in:
		| @@ -18,7 +18,6 @@ import com.google.gwt.i18n.client.Constants; | ||||
|  | ||||
| public interface ChangeConstants extends Constants { | ||||
|   String statusLongNew(); | ||||
|   String statusLongSubmitted(); | ||||
|   String statusLongMerged(); | ||||
|   String statusLongAbandoned(); | ||||
|   String statusLongDraft(); | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| statusLongNew = Review in Progress | ||||
| statusLongSubmitted = Submitted, Merge Pending | ||||
| statusLongMerged = Merged | ||||
| statusLongAbandoned = Abandoned | ||||
| statusLongDraft = Draft | ||||
|   | ||||
| @@ -34,8 +34,6 @@ public class Util { | ||||
|         return C.statusLongDraft(); | ||||
|       case NEW: | ||||
|         return C.statusLongNew(); | ||||
|       case SUBMITTED: | ||||
|         return C.statusLongSubmitted(); | ||||
|       case MERGED: | ||||
|         return C.statusLongMerged(); | ||||
|       case ABANDONED: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dave Borowitz
					Dave Borowitz