Commit 89bee45
committed
move Add_Product_Group_GroupForm / Add_Product_Type_Group_GroupForm / GlobalRoleForm to Pro
These three forms live in dojo/forms.py but reference Product_Group,
Product_Type_Group, and Global_Role — RBAC models that OS no longer touches
behaviorally. The only consumer of all three forms is pro/groups/views.py,
so they belong in pro/groups/forms.py.
Drop the Global_Role / Product_Group / Product_Type_Group import block from
dojo/forms.py.
This is the final OS-side RBAC interaction sweep — after this commit, every
remaining Product_Member / Product_Type_Member / Dojo_Group_Member /
Product_Group / Product_Type_Group / Global_Role mention in dojo/ is either
a model declaration (M2M `through=`, admin.site.register()) or a docstring,
not a behavioral interaction.1 parent d7e58d0 commit 89bee45
1 file changed
Lines changed: 0 additions & 50 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 31 | | |
37 | 32 | | |
38 | 33 | | |
| |||
2313 | 2308 | | |
2314 | 2309 | | |
2315 | 2310 | | |
2316 | | - | |
2317 | | - | |
2318 | | - | |
2319 | | - | |
2320 | | - | |
2321 | | - | |
2322 | | - | |
2323 | | - | |
2324 | | - | |
2325 | | - | |
2326 | | - | |
2327 | | - | |
2328 | | - | |
2329 | | - | |
2330 | | - | |
2331 | | - | |
2332 | | - | |
2333 | | - | |
2334 | | - | |
2335 | | - | |
2336 | | - | |
2337 | | - | |
2338 | | - | |
2339 | | - | |
2340 | | - | |
2341 | | - | |
2342 | | - | |
2343 | | - | |
2344 | | - | |
2345 | | - | |
2346 | | - | |
2347 | | - | |
2348 | 2311 | | |
2349 | 2312 | | |
2350 | 2313 | | |
| |||
2489 | 2452 | | |
2490 | 2453 | | |
2491 | 2454 | | |
2492 | | - | |
2493 | | - | |
2494 | | - | |
2495 | | - | |
2496 | | - | |
2497 | | - | |
2498 | | - | |
2499 | | - | |
2500 | | - | |
2501 | | - | |
2502 | | - | |
2503 | | - | |
2504 | | - | |
2505 | 2455 | | |
2506 | 2456 | | |
2507 | 2457 | | |
| |||
0 commit comments