Commit graph

329 commits

Author SHA1 Message Date
zandercymatics
c66ac66018
Alphabetical ordering and filter 2023-12-13 09:02:23 -07:00
zandercymatics
d1b24ab6a2
Add PR changes 2023-12-11 12:48:11 -07:00
zandercymatics
6dc280dd08
Merge branch 'main' into za/1001-update-to-use-sentence-case 2023-12-06 09:51:58 -07:00
zandercymatics
278166729b
Merge branch 'main' into za/1291-allow-staff-to-access-user-domain-roles 2023-12-06 08:53:43 -07:00
zandercymatics
d358037179
Fix redirect bug 2023-12-06 08:49:43 -07:00
Rachid Mrad
d3b732f735
Revise Domain Application model to change the status constants to use tuples 2023-12-05 19:18:11 -05:00
Kristina Yin
939f34269f
Merge pull request #1369 from cisagov/ky/required-optional-form-fields
Fix inconsistent representation of required/optional fields
2023-12-05 13:34:50 -08:00
David Kennedy
60da0fcd5a
Merge branch 'main' into dk/1073-admin-multi-selects 2023-12-05 05:00:00 -05:00
David Kennedy
2c355353b6
updated helper_text in admin for multi selects; formatted for linter 2023-12-04 18:37:23 -05:00
David Kennedy
4344810107
wip 2023-12-04 16:52:41 -05:00
zandercymatics
1c836576e5
Merge pull request #1421 from cisagov/za/1292-user-domain-role-search-by-email
Ticket #1292:  User domain role search by email (On sandbox RH)
2023-12-04 10:56:41 -07:00
David Kennedy
7d36e4399e
format for linting 2023-12-01 18:53:52 -05:00
Rachid Mrad
2703f55270
Merge branch 'dk/1073-admin-multi-selects' of https://github.com/cisagov/getgov into dk/1073-admin-multi-selects 2023-12-01 18:03:25 -05:00
Rachid Mrad
1c657a7704
Rough JS for adding then enabling/disabling the related widget buttons on the horizontal multi-select 2023-12-01 18:01:02 -05:00
David Kennedy
856a32210d
other contacts updated in domain applications 2023-11-30 16:27:24 -05:00
Rachid Mrad
7904ca0cc4
implement filter_horizontal on other contacts on inline DomainInfo 2023-11-30 15:43:54 -05:00
David Kennedy
682ad5640b
wip 2023-11-30 15:15:02 -05:00
zandercymatics
9c550bb9b2
Add katherines suggestions 2023-11-30 09:45:59 -07:00
zandercymatics
dad56d4110
Linting 2023-11-30 08:52:27 -07:00
zandercymatics
e56a79a03a
Add comment 2023-11-30 08:49:37 -07:00
zandercymatics
896085a4e8
Test + linter 2023-11-30 08:38:08 -07:00
Kristina Yin
8477b3f10d
Merge branch 'main' into ky/required-optional-form-fields 2023-11-29 17:01:03 -08:00
zandercymatics
091c12151b
Merge branch 'main' into za/1292-user-domain-role-search-by-email 2023-11-29 14:40:40 -07:00
Kristina Yin
fa72f413ab
changing anything else page 2023-11-29 11:10:18 -08:00
Kristina Yin
25a0ceb330
adding (optional) text to anything else app page 2023-11-28 19:02:13 -08:00
David Kennedy
5baf83a4a0
reordered admin.py 2023-11-28 19:27:17 -05:00
David Kennedy
732cddcd56
reordered admin.py 2023-11-28 19:23:25 -05:00
David Kennedy
cb783ec36e
fixed accidental pipfile lock change; updated comment 2023-11-28 19:13:51 -05:00
David Kennedy
b81b666c84
removed django-admin-searchable-dropdown 2023-11-28 16:04:13 -05:00
David Kennedy
3661af0cd1
wip 2023-11-28 14:07:31 -05:00
David Kennedy
4a74d1a874
wip 2023-11-28 12:15:06 -05:00
zandercymatics
d11940b053
Update admin.py 2023-11-27 09:57:04 -07:00
zandercymatics
3df3723cf9
Sort by email, stub test 2023-11-27 09:50:54 -07:00
zandercymatics
e314a5ff77
Update tests + linter 2023-11-27 08:02:58 -07:00
zandercymatics
377786cccf
Add test cases 2023-11-24 14:16:34 -07:00
zandercymatics
46677f4588
Add filter + test skeleton 2023-11-24 07:43:25 -07:00
David Kennedy
944c82b9f9
made expiration date readonly in django admin; expiration date setter not implemented; implemented renew_domain; wrote unit tests 2023-11-16 08:39:05 -05:00
David Kennedy
c760417e6a
updated linter length; linter reformatted several files 2023-11-10 11:05:18 -05:00
Rachid Mrad
a1c351277e
lint 2023-10-31 13:48:07 -04:00
Rachid Mrad
ee49290e98
CSS tweaks to the button layout in django admin (object-tools) 2023-10-31 13:02:34 -04:00
Rachid Mrad
4803aaf971
lint 2023-10-27 15:03:34 -04:00
Rachid Mrad
09c0a5f392
match names to old reports, change buttons copy 2023-10-27 11:35:06 -04:00
David Kennedy
b72919a892
formatting for readability 2023-10-27 08:11:13 -04:00
David Kennedy
47251d9edb
parameterize filters and sorts 2023-10-27 08:06:46 -04:00
David Kennedy
0b947ce754
modularization of reporting functions 2023-10-27 06:58:11 -04:00
David Kennedy
e4b3706d9c
refactored some for separation of concerns, and fixing permissions in template 2023-10-27 05:55:52 -04:00
Rachid Mrad
5fe2827565
rough out the first quesry and export method based on an example report 2023-10-26 17:11:17 -04:00
Rachid Mrad
ee2b001ab5
infrastructure for buttons, actions and a csv download 2023-10-26 16:17:25 -04:00
Rebecca Hsieh
f8ec478f78
Merge remote-tracking branch 'origin' into rh/1031-staff-enable-editing 2023-10-20 14:49:04 -07:00
Rachid Mrad
02a9c98a57
fix org in domain table and write a unit test for it 2023-10-18 17:49:49 -04:00