Issue Number | 82 |
---|---|
Summary | [Full Citation] Add new Board Manager Action Value |
Created | 2013-10-31 09:50:15 |
Issue Type | Improvement |
Submitted By | Juthe, Robin (NIH/NCI) [E] |
Assigned To | Kline, Bob (NIH/NCI) [C] |
Status | Closed |
Resolved | 2013-11-21 08:29:42 |
Resolution | Fixed |
Path | /home/bkline/backups/jira/oceebms/issue.114395 |
We would like to add a new Board Manager Action status value:
On Hold
I think this is ready (on DEV). Thorough testing would be good, to make sure there aren't corners of the software that I didn't find that make assumptions about which board member actions are available.
For the DBA team:
INSERT ebms_article_state_type
(state_text_id, state_name, description, sequence, completed)
VALUES ('OnHold', 'On Hold',
'New board manager action added for request in ticket OCEEBMS-82.',
70, 'N');
For the WEB team:
R12132 trunk/ebms/ebms.nci.nih.gov/modules/custom/ebms/EbmsArticle.inc
R12132 trunk/ebms/ebms.nci.nih.gov/modules/custom/ebms/citations.inc
R12132 trunk/ebms/sql/ebms.sql
Promoted to QA.
Verified on QA.
Verified on production.
Elapsed: 0:00:00.000307