Commit 0197e44
feat: add liaison coordinators, remove from restrictions (#9055)
* refactor: clean up outgoing LS from field init
* feat: additional LS "from" groups for IETF/IAB Chair+ADs
* refactor: reduce queries in get_internal_choices
* refactor: break down / rename get_groups_for_person
* refactor: inline / remove unneeded methods
* refactor: colocate similar field config
* refactor: unify role logic for LS To fields
* fix: typo
* refactor: update EditLiaisonForm to match changes
* refactor: update IncomingLiaisonForm to match
* fix: typo / add docstring
* test: framing for new tests; test_flatten_choices()
* test: test_choices_from_group_queryset()
* test: test_all_internal_groups()
* fix: no person = no internal groups for LS
* test: test_all_internal_groups()
* test: test_external_groups_for_person()
* chore: adjust iab execdir and sdo auth'd individs
Need to confirm what is actually needed, but without
these users may be able to create/edit LS's they can't
actually fill in.
* fix: f-string flakes
* fix: remove authorized persons from sdo groups
* fix: remove liaison_contact and liaison_cc_contact Role objects
* feat: liaison coordinators (#8944)
* feat: liaison coordinators
* fix: give liaison coordinator the ability to send incoming
* feat: more flexible liaison stmt "From Contact" (#8958)
* refactor: CharField for LS from_contacts
* refactor: replace from_contact field
* style: copyrights + ruff
* fix: listify in the right place
* refactor: better validator
* refactor: use new from_contact field; fix lint
* fix: cleanup
* feat: default addresses for roles
* chore: update liaisons.resources
from_name and to_name were removed in 2015!
* fix: improve managing liaison coordinators (#8960)
* fix: align liaison coordinator perms with secretariat perms
---------
Co-authored-by: Jennifer Richards <[email protected]>1 parent 32ff440 commit 0197e44
File tree
21 files changed
+1194
-168
lines changed- ietf
- group/migrations
- ietfauth
- liaisons
- migrations
- name
- fixtures
- migrations
- templates/liaisons
- utils
21 files changed
+1194
-168
lines changedLines changed: 192 additions & 0 deletions
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
140 | 144 | | |
141 | 145 | | |
142 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments