You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a data migration that gives the Cal-ITP group permission to change the models listed under Acceptance Criteria
In the ModelAdmins for each model, implement get_readonly_fields so that fields that should be not be editable from users in the Cal-ITP group are rendered as read-only
Acceptance Criteria
For EligibilityTypes, EligibilityVerifiers, AuthProviders, PaymentProcessors, and TransitAgencys, Cal-ITP Benefits staff users can edit fields on those existing objects if the field is listed as writable for Cal-ITP in the Benefits admin configuration spreadsheet
Implementation:
Cal-ITP
group permission tochange
the models listed under Acceptance CriteriaModelAdmin
s for each model, implementget_readonly_fields
so that fields that should be not be editable from users in theCal-ITP
group are rendered as read-onlyAcceptance Criteria
EligibilityType
s,EligibilityVerifier
s,AuthProvider
s,PaymentProcessor
s, andTransitAgency
s, Cal-ITP Benefits staff users can edit fields on those existing objects if the field is listed as writable for Cal-ITP in the Benefits admin configuration spreadsheetAdditional context
Depends on #2199
Part of #2001
The text was updated successfully, but these errors were encountered: