icgc-argo / dac-api

Development of the Data Access Control API
GNU Affero General Public License v3.0
0 stars 0 forks source link

Prevent revisions request transition for expired apps #374

Closed anncatton closed 1 year ago

anncatton commented 1 year ago

When a renewal application is in REVIEW state and is 90 days past the expiry, the admin should only be allowed to APPROVE or REJECT it. Revisions cannot be made after this date.

UI ticket #638

b-f-chan commented 1 year ago

Behind feature-flag in production, to be tested properly in QA once feature is ready

anncatton commented 1 year ago

Cannot verify in production; will open new ticket should an issue arise.