Commit graph

3711 commits

Author SHA1 Message Date
David Kennedy
3387c49508
added application_intro.html as well as logic that inserts the message on new requests 2023-12-26 18:13:36 -05: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 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
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
0d57a58f81
Revert "Fix signals"
This reverts commit 89071bc2e2.
2023-12-20 09:10:57 -07:00
Erin
bc9bc70465
Fix bug in withdraw permission 2023-12-19 16:48:53 -08:00
Alysia Broddrick
31c0396dd6
Merge pull request #1438 from cisagov/ab/requirements-update
updated requirements
2023-12-19 16:48:19 -08:00
zandercymatics
89071bc2e2
Fix signals 2023-12-19 15:00:59 -07:00
zandercymatics
e077892659
Merge pull request #1542 from cisagov/za/update-expiration-script-period
Update Min Expiration Date on `extend_expiration_dates` script
2023-12-19 10:47:42 -07:00
zandercymatics
a4a7226fdd
Change expiration minimum 2023-12-19 09:55:55 -07:00
Katherine-Osos
cd2b516abb
Merge pull request #1502 from cisagov/ko/org-type-special-district
Org Type: Update definition for special district
2023-12-19 08:44:56 -06:00
Erin
88dc5cb436
Correct information in comments 2023-12-18 22:00:57 -08:00
Erin
1ec27580a0
Add True value to withdraw permission check 2023-12-18 22:00:06 -08:00
Erin
1f81443ea3
Add restriction to withdraw domain application 2023-12-18 21:54:43 -08:00
Erin
ced77016c5
Merge branch 'main' of github.com:cisagov/manage.get.gov into es/993-restrict-withdrawing-request 2023-12-18 20:39:47 -08:00
Alysia Broddrick
261f490192
merged with main 2023-12-18 20:17:51 -08:00
Alysia Broddrick
aa11af0e7e
downgraded back to old django version 2023-12-18 19:52:52 -08:00
Rebecca Hsieh
96390a6de2
Make sure phone number for AO is not required 2023-12-18 17:32:27 -08:00
Neil MartinsenBurrell
18e27abac2
Merge pull request #1528 from cisagov/nmb/1527-list-fix
Add missing usa-list class to a ul
2023-12-18 13:46:08 -06:00
Neil Martinsen-Burrell
8479351e8a
Add missing usa-list class to a ul 2023-12-18 12:56:15 -06:00
David Kennedy
0c7393f9d6
formatting 2023-12-15 19:57:15 -05:00
David Kennedy
d633b36839
sorting on user and domain in autocomplete fields in UserDomainRole 2023-12-15 19:53:45 -05:00
David Kennedy
8867d141d8
Merge branch 'main' into dk/1457-dropdowns 2023-12-15 18:31:20 -05:00
dave-kennedy-ecs
69d5dd4d5c
Merge pull request #1508 from cisagov/dk/125-check-availability-error
Issue #125: support for check availability messaging in beta.get.gov
2023-12-15 18:29:24 -05:00
David Kennedy
5306212ee4
Merge branch 'main' into dk/125-check-availability-error 2023-12-15 18:24:06 -05:00
David Kennedy
b475b0e984
cleaned up logging 2023-12-15 17:28:49 -05:00
rachidatecs
486bf37f7d
Merge pull request #1514 from cisagov/rjm/1412-submit-da-modal
Issue 1412: Trigger a modal on domain request submission
2023-12-15 17:25:23 -05:00
Rachid Mrad
55f84f6d26
DA FSM edits, DA unit test refactor 2023-12-15 17:21:06 -05:00
David Kennedy
75d5a951d7
cleanup 2023-12-15 17:05:26 -05:00
David Kennedy
3073dd98f2
wip 2023-12-15 16:26:33 -05:00