Commit graph

3815 commits

Author SHA1 Message Date
zandercymatics
2d89bec20c
Merge pull request #1520 from cisagov/za/1456-sorting-not-working-correctly
(On getgov-za) Ticket #1456: Table sorting not working correctly
2023-12-27 15:04:33 -07:00
zandercymatics
f5e18eb3b1
Linter 2023-12-27 14:59:45 -07:00
zandercymatics
aa1e1b141d
Add sorting by email 2023-12-27 14:49:35 -07:00
Rebecca H
fff82a6690
Merge pull request #1553 from cisagov/rh/844-federal-custom-paragraph
TICKET #844: Hide Opening Paragraph If Federal Org Type
2023-12-27 12:20:40 -08:00
zandercymatics
337a13bbe7
Update test_models.py 2023-12-27 12:30:23 -07:00
dave-kennedy-ecs
bf4cb7bedb
Merge pull request #1492 from cisagov/dk/1410-display-expiration
Issue #1410 and #1267 - display expiration date and update domain creation date
2023-12-27 13:13:33 -05:00
zandercymatics
e3e9eb8dbb
Linting 2023-12-27 10:53:47 -07:00
zandercymatics
65f7122a58
Remove wonky test
A test I added was acting unpredictably, and was redundant as compared to another test
2023-12-27 10:31:55 -07:00
zandercymatics
0b147019eb
Remove typing check 2023-12-27 09:55:41 -07:00
zandercymatics
c5376d46da
Fix typing issue 2023-12-27 09:35:23 -07:00
David Kennedy
35d1b2f951
fixed some typos and comments, no code change 2023-12-27 11:32:47 -05:00
zandercymatics
7a534bb774
Black formatting 2023-12-27 09:31:52 -07:00
zandercymatics
c01b241ea3
Merge branch 'main' into za/1456-sorting-not-working-correctly 2023-12-27 09:11:35 -07:00
zandercymatics
553284abe3
Merge branch 'main' into za/1456-sorting-not-working-correctly 2023-12-27 09:04:00 -07:00
zandercymatics
a2eb852614
Merge pull request #1494 from cisagov/za/1448-filter-by-investigator
(NOT ON A SANDBOX) Ticket #1448: Filter by Investigator
2023-12-27 08:58:53 -07:00
zandercymatics
b68ea1ec9f
Fix test cases 2023-12-27 08:17:08 -07:00
zandercymatics
46dd9c1b38
Fix merge conflict 2023-12-27 08:07:31 -07:00
zandercymatics
a696d4789f
Merge branch 'main' into za/1448-filter-by-investigator 2023-12-27 08:04:11 -07:00
zandercymatics
75e1ad7770
Merge pull request #1499 from cisagov/za/1450-no-name-for-invitation-email
(on getgov-za) Ticket #1450:  No name for invitation email bug
2023-12-27 08:00:12 -07:00
zandercymatics
162cda1282
Merge branch 'main' into za/1450-no-name-for-invitation-email 2023-12-27 07:50:52 -07:00
zandercymatics
9504afcaa9
Remove merge conflict 2023-12-22 12:22:09 -07:00
zandercymatics
fc814fdb43
Merge branch 'main' into za/1456-sorting-not-working-correctly 2023-12-21 15:40:26 -07:00
rachidatecs
90c12031e8
Merge pull request #1521 from cisagov/rjm/1483-da-fsm-update
Issue 1483: Domain request FSM updates
2023-12-21 17:32:09 -05:00
zandercymatics
b89d784813
Merge pull request #1551 from cisagov/za/fix-test-case-fails
(not on my sandbox) Fix User/Contact bug overwriting test data
2023-12-21 15:15:16 -07:00
rachidatecs
81665ff2db
Merge pull request #1558 from cisagov/bl/1478-char-limit-bug
Issue 1478: Bug - No char limit on no other employees textarea
2023-12-21 16:50:13 -05:00
rachidatecs
40157d5745
Update src/registrar/models/domain_application.py
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
2023-12-21 14:33:05 -05:00
rachidatecs
7ad8297de1
Update src/registrar/models/domain_application.py
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
2023-12-21 14:31:18 -05:00
dave-kennedy-ecs
b858222304
Merge pull request #1519 from cisagov/dk/1457-dropdowns
Issue #1457 - dropdown sorting in django admin
2023-12-21 13:43:27 -05:00
Rachid Mrad
fcaff6c74c
remove the sr-only from label 2023-12-21 13:01:49 -05:00
Erin Song
c22aff5531
Merge pull request #1550 from cisagov/es/993-restrict-withdrawing-request
#993 Prevent restricted users from withdrawing domain application
2023-12-21 09:56:14 -08:00
Michelle Rago
4588492231
Post-request submission content updates (#1517)
* Post-request submission content updates

* Align content with request review page; add contact link

* Update application_done.html

* Update domain_application.html

* Simplify log in message on error page

* Add import for public_site_url

* Fixed the max chars bug on the textarea for no_other_contacts

* Added contact form to request confirmation page

* Tightening up the pre-submission modal text

* Change prime marks to apostrophes

* Updated next steps

* remove char limit fix (will implement on different PR)

---------

Co-authored-by: Neil Martinsen-Burrell <neil.martinsen-burrell@gsa.gov>
Co-authored-by: Rachid Mrad <rachid.mrad@ecstech.com>
2023-12-21 12:51:03 -05:00
Rachid Mrad
1cab7537d7
Fix for no char limit on no other employees textarea 2023-12-21 12:30:18 -05:00
zandercymatics
928e99cbbc
Update test_models.py 2023-12-21 09:50:44 -07:00
zandercymatics
ab2dffa9d5
Linting 2023-12-21 09:48:45 -07:00
Rebecca Hsieh
cf1568202a
Hide paragraph if Federal in form 2023-12-20 16:06:26 -08:00
Rebecca H
04b4ca355a
Merge pull request #1515 from cisagov/rh/843-ao-removals
ISSUE #843: Authorizing Official Removal of middle name, phone #
2023-12-20 16:00:09 -08:00
Erin
0ab4e67ec7
Refactor class descriptions on mixins 2023-12-20 14:40:24 -08:00
Erin
9a9b29e271
Remove unneeded user reset in views test 2023-12-20 14:32:59 -08:00
zandercymatics
2398e3e39a
Cleanup 2023-12-20 14:02:14 -07:00
Erin
c47c366e56
Fix typo in user_group logger 2023-12-20 11:09:25 -08:00
Erin
a205b9e25e
Add test for withdrawing as restricted user 2023-12-20 11:09:02 -08:00
zandercymatics
6dcd038129
Update test_admin.py 2023-12-20 12:04:05 -07:00
zandercymatics
bec30aec0f
Merge branch 'za/fix-test-case-fails' into za/1456-sorting-not-working-correctly 2023-12-20 11:56:42 -07:00
zandercymatics
3fc0497ed1
Update test cases 2023-12-20 11:56:04 -07:00
zandercymatics
0ba0ce7c7c
Change tests and fix contact 2023-12-20 11:31:05 -07:00
Erin
a7b460f8c4
Fix lint errors 2023-12-20 09:36:59 -08:00
zandercymatics
59e7225dfd
Fix contact.py 2023-12-20 10:28:20 -07:00
zandercymatics
1ba1780b05
(Finally) fix test cases 2023-12-20 10:26:26 -07:00
zandercymatics
0d57a58f81
Revert "Fix signals"
This reverts commit 89071bc2e2.
2023-12-20 09:10:57 -07:00
zandercymatics
5ba6f001f5
Revert "Fix test case failures"
This reverts commit c01b4ea750.
2023-12-20 08:19:35 -07:00