Commit 5d307cd
committed
remove OS UI for product members
Drop the classic /asset/<pid>/add_member, /asset/member/<mid>/{edit,delete}
(and matching /product/* aliases) routes, the three view functions in
dojo/product/views.py, and the Add_Product_MemberForm,
Edit_Product_MemberForm, and Delete_Product_MemberForm classes. Both the
Tailwind and Bootstrap (templates_classic) copies of the corresponding
templates are removed. Pro takes ownership of these classic screens via
pro/product_members/* (committed separately in dojo-pro).
Drive-by fix in delete_technology: swap the misplaced Delete_Product_MemberForm
for DeleteAppAnalysisForm. The existing line bound a Product_Member form to
an App_Analysis instance, which only worked because the view never read the
form's cleaned_data — it just deletes the instance. With Delete_Product_MemberForm
removed, the form has to be the right one anyway.1 parent 5361c3a commit 5d307cd
9 files changed
Lines changed: 2 additions & 250 deletions
File tree
- dojo
- asset
- product
- templates_classic/dojo
- templates/dojo
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | 126 | | |
142 | 127 | | |
143 | 128 | | |
| |||
180 | 165 | | |
181 | 166 | | |
182 | 167 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | 168 | | |
187 | 169 | | |
188 | 170 | | |
| |||
239 | 221 | | |
240 | 222 | | |
241 | 223 | | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | 224 | | |
249 | 225 | | |
250 | 226 | | |
| |||
284 | 260 | | |
285 | 261 | | |
286 | 262 | | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | 263 | | |
291 | 264 | | |
292 | 265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | 449 | | |
481 | 450 | | |
482 | 451 | | |
| |||
521 | 490 | | |
522 | 491 | | |
523 | 492 | | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
530 | 493 | | |
531 | 494 | | |
532 | 495 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
47 | 44 | | |
48 | 45 | | |
49 | 46 | | |
50 | | - | |
51 | 47 | | |
52 | 48 | | |
53 | | - | |
54 | 49 | | |
55 | 50 | | |
56 | 51 | | |
57 | 52 | | |
58 | 53 | | |
59 | | - | |
60 | 54 | | |
61 | 55 | | |
62 | 56 | | |
| |||
1234 | 1228 | | |
1235 | 1229 | | |
1236 | 1230 | | |
1237 | | - | |
| 1231 | + | |
1238 | 1232 | | |
1239 | 1233 | | |
1240 | 1234 | | |
| |||
1666 | 1660 | | |
1667 | 1661 | | |
1668 | 1662 | | |
1669 | | - | |
1670 | | - | |
1671 | | - | |
1672 | | - | |
1673 | | - | |
1674 | | - | |
1675 | | - | |
1676 | | - | |
1677 | | - | |
1678 | | - | |
1679 | | - | |
1680 | | - | |
1681 | | - | |
1682 | | - | |
1683 | | - | |
1684 | | - | |
1685 | | - | |
1686 | | - | |
1687 | | - | |
1688 | | - | |
1689 | | - | |
1690 | | - | |
1691 | | - | |
1692 | | - | |
1693 | | - | |
1694 | | - | |
1695 | | - | |
1696 | | - | |
1697 | | - | |
1698 | | - | |
1699 | | - | |
1700 | | - | |
1701 | | - | |
1702 | | - | |
1703 | | - | |
1704 | | - | |
1705 | | - | |
1706 | | - | |
1707 | | - | |
1708 | | - | |
1709 | | - | |
1710 | | - | |
1711 | | - | |
1712 | | - | |
1713 | | - | |
1714 | | - | |
1715 | | - | |
1716 | | - | |
1717 | | - | |
1718 | | - | |
1719 | | - | |
1720 | | - | |
1721 | | - | |
1722 | | - | |
1723 | | - | |
1724 | | - | |
1725 | | - | |
1726 | | - | |
1727 | | - | |
1728 | | - | |
1729 | | - | |
1730 | | - | |
1731 | | - | |
1732 | | - | |
1733 | | - | |
1734 | | - | |
1735 | | - | |
1736 | | - | |
1737 | | - | |
1738 | | - | |
1739 | | - | |
1740 | | - | |
1741 | | - | |
1742 | | - | |
1743 | | - | |
1744 | | - | |
1745 | | - | |
1746 | | - | |
1747 | | - | |
1748 | | - | |
1749 | | - | |
1750 | | - | |
1751 | | - | |
1752 | | - | |
1753 | | - | |
1754 | | - | |
1755 | | - | |
1756 | | - | |
1757 | | - | |
1758 | | - | |
1759 | | - | |
1760 | | - | |
1761 | | - | |
1762 | | - | |
1763 | | - | |
1764 | 1663 | | |
1765 | 1664 | | |
1766 | 1665 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments