mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-20 08:24:05 +02:00
add info about roles / perms
This commit is contained in:
parent
b7f3f083fc
commit
174d217315
3 changed files with 36 additions and 13 deletions
|
@ -241,7 +241,7 @@ class UserPortfolioPermissionModelAnnotation(BaseModelAnnotation):
|
|||
|
||||
# Tweak the queries slightly to only return the data we need.
|
||||
# When returning data for the csv report we:
|
||||
# 1. Only return the domain name for 'domain_info'
|
||||
# 1. Only return the domain name for 'domain_info' rather than also add ':' seperated id
|
||||
# 2. Return a formatted date for 'last_active'
|
||||
# These are just optimizations that are better done in SQL as opposed to python.
|
||||
if csv_report:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue