Commit 57e78d2
committed
fix: remove stale notify_assignees references from WorkflowNotification
The clean() and __str__ methods on WorkflowNotification referenced a
notify_assignees field that was never added to the model, causing
AttributeError crashes on any admin page rendering a WorkflowNotification.
Removed the stale references and updated the class docstring to reflect
that assignee notification is now controlled at the stage level via
notify_assignee_on_final_decision.1 parent 6e36933 commit 57e78d2
3 files changed
+10
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1078 | 1078 | | |
1079 | 1079 | | |
1080 | 1080 | | |
1081 | | - | |
1082 | | - | |
1083 | | - | |
| 1081 | + | |
| 1082 | + | |
1084 | 1083 | | |
1085 | 1084 | | |
1086 | 1085 | | |
1087 | 1086 | | |
1088 | | - | |
| 1087 | + | |
1089 | 1088 | | |
1090 | 1089 | | |
1091 | 1090 | | |
| |||
1166 | 1165 | | |
1167 | 1166 | | |
1168 | 1167 | | |
1169 | | - | |
1170 | 1168 | | |
1171 | 1169 | | |
1172 | 1170 | | |
1173 | 1171 | | |
1174 | 1172 | | |
1175 | | - | |
| 1173 | + | |
1176 | 1174 | | |
1177 | 1175 | | |
1178 | 1176 | | |
1179 | 1177 | | |
1180 | 1178 | | |
1181 | 1179 | | |
1182 | | - | |
1183 | | - | |
1184 | 1180 | | |
1185 | 1181 | | |
1186 | 1182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments