- ID
- a38d0f2d-2326-4706-9525-5faa3b98c98e
MMPY-454 Remove ability to add and edit accounts in django admin
- source :: https://multimediallc.atlassian.net/browse/MMPY-454
- tags :: Falcon Nest Project Story Falcon Nest Project
- epic :: MMPY-274 Payout Method UI for all payout methods
- sprint :: MM Sprint 25
- pull :: https://github.com/multimediallc/mm-pay-internal/pull/452
- status :: Status - Complete
DONE Investigate how easy to limit add/edit accounts in Django Admin
- ID
- 4c213618-54ac-928b-74b6-9a28b98d089d
DONE Make accounts & child account objects not creatable or editable
- ID
- 03a496a6-0dd1-209e-cf03-04a6687d546a
DONE Add tests for admin changes
- ID
- 08893977-6bc5-6ee5-bbb1-e846ac083993
DONE Disallow creating all Account types from admin
- ID
- 8b20e958-8c3c-37ae-6376-ba41e7609ae1
Description
Remove the ability to add or edit accounts / child account objects in django
admin
Resolve that the IBAN and Account Number fields show 2x, once as an editable
field and once as a masked field. we should just have the masked field and get
rid of the editable field (per the first requirement)