Message Style is Null #71
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If the message style is null, it appears weird in the UI.
The message style should never be null, but it can be if you delete the related message style.
The backend model should be changed so that the message style field defaults back to the 'Default Message Style' if cleared, and doesn't accept 'None'.
fixed by overriding the delete method on the message style model
It now searches for subscriptions using it, and sets them to use the default style before deleting itself.