Adding the already existing column 'Status' to the 'My Pending Edits' display screen will correctly and easily let an editor know when a submission is either 'N' or 'On Hold (Kpulliam)'
That's not an existing column. State, as shown on the full "New Submission" screen, has to be derived from sub_holdid: if non-zero, it's the userid of the holder.
A related problem is the Reviewer of "UNKNOWN" - a reviewer of zero should lead to a blank, but if there is a holder then we could use that instead?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
By 'Existing Column' I wans't referring to the SQL database, but rather to the fact that the column exists in a current function, and that code could be easily replicated.
I agree that an 'If Hold = MOD#, then Reviewer = MOD#' or similar pseudo code is a reasonable extension of this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
biblio/myrecent.py 1.4 committed to display Held status, including holder's name: also to fix "UNKNOWN" reviewers: also to add links to submitters talk page for rejected edits and pending edits.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That's not an existing column. State, as shown on the full "New Submission" screen, has to be derived from sub_holdid: if non-zero, it's the userid of the holder.
A related problem is the Reviewer of "UNKNOWN" - a reviewer of zero should lead to a blank, but if there is a holder then we could use that instead?
By 'Existing Column' I wans't referring to the SQL database, but rather to the fact that the column exists in a current function, and that code could be easily replicated.
I agree that an 'If Hold = MOD#, then Reviewer = MOD#' or similar pseudo code is a reasonable extension of this.
biblio/myrecent.py 1.4 committed to display Held status, including holder's name: also to fix "UNKNOWN" reviewers: also to add links to submitters talk page for rejected edits and pending edits.
Implemented in r2009-04.