Commit 2c8413a
committed
clean up unused imports left over from groups/roles UI removal
After slices 1-5, dojo/forms.py no longer uses Dojo_Group_Member or
the dojo.group.queries helpers (get_authorized_groups,
get_group_member_roles); dojo/product/views.py and
dojo/product_type/views.py no longer reference Product_Group /
Product_Type_Group. ruff --select F401 --fix.
The empty {% block groups_submenu_link %}{% endblock %} placeholders
in base.html / templates_classic/base.html stay — they are Pro
extension points (filled by pro/templates/base.html), not dead OS
links.1 parent ad5ec07 commit 2c8413a
3 files changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | | - | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
| |||
81 | 79 | | |
82 | 80 | | |
83 | 81 | | |
84 | | - | |
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments