cisagov / manage.get.gov

A Django-based domain name registrar used by the .gov domain to communicate with an EPP registry
https://get.gov
Other
53 stars 14 forks source link

Domain Management pages Permission handling and read-only view #2379

Open abroddrick opened 3 days ago

abroddrick commented 3 days ago

Issue description

On the domain management pages, we will have users who only have the rights to see domain data and to not edit it. This is to give them insight into their domains without risking them changing things they aren't supposed to. We already have an editable portfolio view, and now we need that view to only show if the user has management permissions and change into a non edit view if the user has edit permissions.

Acceptance criteria

Additional context

permissions were handled in #2350 for the Domain table, follow what was done there.

Links to other issues