Commit graph

8030 commits

Author SHA1 Message Date
zandercymatics
abc9fb78bc
Remove endpoint for email content
We don't really need this. We can just store the email content on the DOM. There is no real performance impact -- its not a lot of content in the grand scheme of things and we'd just be doing a lot of api calls anyway
2024-06-21 13:02:15 -06:00
zandercymatics
5ae8df2bdb
Further simplify js logic 2024-06-21 12:40:19 -06:00
Erin
f60b79e13b
Readd migrations 2024-06-21 11:15:55 -07:00
Erin
5712596d19
Remove blank and null options from Domain Group 2024-06-21 11:06:25 -07:00
Erin
53991c127c
Remove blank/null option and add max length to Suborg 2024-06-21 09:39:12 -07:00
zandercymatics
5acaac7c6c
Add some docs 2024-06-21 10:19:00 -06:00
Erin
c220a8a9ac
Correct usergroup migration dependency 2024-06-21 09:10:19 -07:00
zandercymatics
4ac9e9d4f3
Remove os 2024-06-21 10:06:31 -06:00
Erin
f0756683ad
Create new user groups migration for DomainGroup and Suborg 2024-06-21 09:06:11 -07:00
zandercymatics
521c9a3243
Simplify 2024-06-21 10:03:50 -06:00
zandercymatics
fd0dcc3440
Edge cases
Found a bug regarding the default display of the show more/less icons for the audit log table
2024-06-21 09:14:12 -06:00
Alysia Broddrick
689e42da1b
updated the documentation 2024-06-20 16:25:42 -07:00
Rachid Mrad
227d378f8d
Merge pull request #2326 from cisagov/rjm/delete-request-bug
Fix delete request bug to ensure event listeners are not duplicated
2024-06-20 19:02:07 -04:00
David Kennedy
811f06f511
updated handling of expired 2024-06-20 18:34:58 -04:00
katypies
f76e3619de
Add notification for when PRs are labeled, too 2024-06-20 15:53:57 -06:00
David Kennedy
baee980b47
cleaned up a comment 2024-06-20 17:48:00 -04:00
Erin
b8588b3266
Remove unused imports 2024-06-20 14:46:24 -07:00
CocoByte
1cb6dda7fb
added migrations 2024-06-20 15:45:04 -06:00
Erin
a2a43b66b4
Fix lint errors 2024-06-20 14:43:22 -07:00
Erin
0a80cb1c62
Update descriptions of DomainGroup and Suborg 2024-06-20 14:42:27 -07:00
Erin
b48802e0d7
Change suborganization name help text 2024-06-20 14:21:57 -07:00
Erin
2995792375
Add DomainGroup and Suborg models 2024-06-20 14:19:59 -07:00
Cameron Dixon
99fde89017
Update domain_invitation_description.html
added more detail to give better direction to analysts
2024-06-20 17:16:40 -04:00
CocoByte
1120e3f758
Merge remote-tracking branch 'origin/main' into nl/2300-Senior-Official-Table 2024-06-20 15:15:41 -06:00
CocoByte
625d0e6f1f
Added Senior Official foreign key in Portfolio, along with model field updates (for required fields), and admin.py updates 2024-06-20 15:15:31 -06:00
CuriousX
f8af4c9ab8
Merge pull request #2337 from cisagov/nl/2336-add-portfolio-to-admin-frontend
Issue #2336 - Add portfolio field to admin frontend for domain req and domain info [backup]
2024-06-20 15:08:42 -06:00
CuriousX
7b834f6f48
Merge pull request #2339 from cisagov/nl/2331-fix-asterisks
Issue #2331 - fix asterisks on "Additional Details" page [ko]
2024-06-20 15:07:05 -06:00
Rachid Mrad
8d8e2be959
Update src/registrar/assets/js/get-gov.js
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
2024-06-20 17:00:42 -04:00
zandercymatics
f5dcb8ea35
Update get-gov-admin.js 2024-06-20 14:56:58 -06:00
CocoByte
62ab9bb7cf
linted 2024-06-20 14:49:36 -06:00
David Kennedy
8b6f555fc4
formatted for code readability 2024-06-20 16:48:31 -04:00
zandercymatics
81aa48d084
Update get-gov-admin.js 2024-06-20 14:44:52 -06:00
David Kennedy
aa652fac1b
updating tests from org to portfolio 2024-06-20 16:43:57 -04:00
David Kennedy
7072125992
renamed organization to portfolio, removed obsolete code 2024-06-20 16:40:20 -04:00
zandercymatics
aa26c9c1ca
Merge branch 'za/2332-display-action-needed-text' of https://github.com/cisagov/manage.get.gov into za/2332-display-action-needed-text 2024-06-20 14:37:28 -06:00
zandercymatics
0cee6295cc
Lint 2024-06-20 14:37:14 -06:00
CocoByte
343fe4e2db
Fixed logic for DomainInformationInline form 2024-06-20 14:34:20 -06:00
zandercymatics
31e70232a7
Update src/registrar/assets/js/get-gov-admin.js 2024-06-20 14:25:42 -06:00
zandercymatics
385724c659
Update src/registrar/assets/js/get-gov-admin.js 2024-06-20 14:25:23 -06:00
zandercymatics
36af56ea8e
Handle edge case with no default data 2024-06-20 14:24:17 -06:00
CocoByte
a7273c8d49
Added senior official model (still need to add migrations and foreign key in Portfolios) 2024-06-20 14:18:37 -06:00
zandercymatics
749cbeebe3
Add default display logic 2024-06-20 14:07:48 -06:00
CocoByte
7a5de9c3dd
(updated comments) 2024-06-20 13:49:32 -06:00
Rachid Mrad
9489d68235
merge 2024-06-20 15:16:59 -04:00
Rachid Mrad
38610d2044
base dropdown UI 2024-06-20 15:16:23 -04:00
zandercymatics
214fbc4d5d
Cleanup 2024-06-20 13:14:03 -06:00
David Kennedy
b263c7e144
updated domain json query to handle expired logic 2024-06-20 15:01:27 -04:00
zandercymatics
3441a3974f
Cleanup + (mostly) fix tests 2024-06-20 12:44:22 -06:00
zandercymatics
4c84ad8456
Strip newline 2024-06-20 12:29:12 -06:00
zandercymatics
32463dd7a7
Fix migration 2024-06-20 12:04:18 -06:00