Commit graph

4244 commits

Author SHA1 Message Date
Michelle Rago
7923c27fc2
Change "Add another user" to "Add a domain manager" (#1386)
* Change "Add another user" to "Add a domain manager"

* Change "Add another user" to "Add a domain manager"

* Update test_views.py to change "Add another user" to "Add a domain manager"
2023-11-28 08:14:47 -05:00
David Kennedy
1eedc3f1f2
removed redundancy in test cases 2023-11-27 21:08:11 -05:00
David Kennedy
a03c7c343e
Merge branch 'main' into dk/872-prevent-multiple-applications 2023-11-27 21:06:46 -05:00
David Kennedy
29962570a7
fixed redundancy in test cases 2023-11-27 21:02:31 -05:00
David Kennedy
d9dca1c20a
Merge branch 'main' into dk/1220-check-availability-error-message 2023-11-27 20:56:23 -05:00
David Kennedy
4a3d261de1
removed redundant tests; removed debugging from test 2023-11-27 20:47:51 -05:00
David Kennedy
2a31c5410b
updated test for debugging 2023-11-27 20:44:34 -05:00
David Kennedy
3ddc9260f2
updated test for debugging 2023-11-27 20:38:11 -05:00
David Kennedy
c2cd8ce5b6
updated test for debugging 2023-11-27 20:30:21 -05:00
David Kennedy
d9b2f3d705
Merge branch 'main' into dk/1252-duplicate-nameservers 2023-11-27 20:11:19 -05:00
dave-kennedy-ecs
211d22da6f
Merge pull request #1391 from cisagov/dk/1218-update-expiration-date
Issue #1218 - Update the stored expiration date value anytime it's received (STAGED ON BL)
2023-11-27 20:08:59 -05:00
David Kennedy
128efb6a54
updated comment 2023-11-27 20:03:38 -05:00
David Kennedy
eed9dc291d
Merge branch 'main' into dk/1218-update-expiration-date 2023-11-27 20:02:59 -05:00
Kristina Yin
ca861f1ec2
missing quotation mark 2023-11-27 16:40:34 -08:00
Kristina Yin
07df4b05d3
simplified since I am still getting template syntax errors 2023-11-27 16:39:18 -08:00
dave-kennedy-ecs
536fdb013e
Merge pull request #1382 from cisagov/dk/1138-prevent-domain-edits
Issue #1138 - prevent users from editing domains on hold or deleted (STAGED ON DK)
2023-11-27 19:34:08 -05:00
Kristina Yin
9156cdc770
simplified since I am still getting template syntax errors 2023-11-27 16:30:41 -08:00
David Kennedy
3ce76de1ff
when in read only mode and no dns name servers, add empty section for dns name servers instead of button to add 2023-11-27 19:29:00 -05:00
Kristina Yin
2e1ddd91e5
avoiding for loop in django template tag 2023-11-27 16:25:27 -08:00
David Kennedy
20c13a5d2f
when in read only mode remove add dns name server button and text 2023-11-27 19:16:45 -05:00
Kristina Yin
81b7bac482
trying a different approach 2023-11-27 16:14:26 -08:00
Kristina Yin
4c7cdf323f
fixing syntax again 2023-11-27 15:56:19 -08:00
Kristina Yin
fcba4074b5
fixing syntax again 2023-11-27 15:41:25 -08:00
Kristina Yin
f8baae75b8
fixing syntax again 2023-11-27 15:40:38 -08:00
Kristina Yin
db162b70d2
fixing syntax again 2023-11-27 15:33:23 -08:00
Kristina Yin
2eb5ac89ce
fixing syntax again 2023-11-27 15:10:59 -08:00
Kristina Yin
21db51cfb0
fixing syntax again 2023-11-27 15:10:01 -08:00
Kristina Yin
8c4057172b
fixing syntax again 2023-11-27 15:04:56 -08:00
David Kennedy
abe35b9d63
changed the order of the permissions checking as the manage domain check was firing before editable check and allowing access 2023-11-27 18:02:43 -05:00
Kristina Yin
4f6639e878
fixing syntax again 2023-11-27 15:01:19 -08:00
Kristina Yin
19064edae5
fixing syntax again 2023-11-27 14:55:29 -08:00
Kristina Yin
8bb6706f04
fixing syntax again 2023-11-27 14:55:08 -08:00
Kristina Yin
3371ee5ffc
fixing syntax again 2023-11-27 14:50:07 -08:00
Kristina Yin
b8236180e4
fixing syntax again 2023-11-27 14:40:02 -08:00
zandercymatics
99e158d981
Merge pull request #1395 from cisagov/za/1366-add-filter-domain-invitation
Ticket #1366: Add filter for domain invitation
2023-11-27 14:53:53 -07:00
Kristina Yin
46e7988fa5
fixing syntax error 2023-11-27 13:03:48 -08:00
Kristina Yin
e733c12028
why am I getting status 500 errors 2023-11-27 12:15:36 -08:00
David Kennedy
315638c020
updated comments for code legibility 2023-11-27 15:08:42 -05:00
Kristina Yin
b997deec7f
why am I getting status 500 errors 2023-11-27 12:06:05 -08:00
zandercymatics
6ace0f2862
Update test_reports.py 2023-11-27 13:02:26 -07:00
Kristina Yin
929e736f38
fixed quotation mark 2023-11-27 11:59:58 -08:00
zandercymatics
fd0afc31b2
Stubbed test cases 2023-11-27 12:59:33 -07:00
Kristina Yin
d31a8f55a9
added comment 2023-11-27 11:54:46 -08:00
zandercymatics
f40e71ca8b
Script cleanup / prepare for PR 2023-11-27 12:41:26 -07:00
zandercymatics
a188137988
Test sleep for 20 2023-11-27 10:01:05 -07: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
dca3eb5676
Add logging / additional validation 2023-11-27 09:35:35 -07:00
zandercymatics
1b1a241101
Remove stubbed code 2023-11-27 09:16:45 -07:00
Kristina Yin
43e94383da
adding asterisks to only non one-field forms 2023-11-27 07:36:22 -08:00