Commit 1316f1e
committed
Removing users from deleted class - no need to show error message here about the class
The problem with showing an error here is that the removal can be
partially successful. The error doesn't show up when removing, but
rather when undoing the removal - these changes simply proceed along as
if everything went okay because ... you're removing users from the class
and, technically, they've already been removed from the class :)1 parent 6a89e60 commit 1316f1e
File tree
1 file changed
+14
-8
lines changed- kolibri/plugins/facility/assets/src/views/users/sidePanels
1 file changed
+14
-8
lines changedLines changed: 14 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
279 | 285 | | |
280 | 286 | | |
281 | 287 | | |
| |||
0 commit comments