Skip to content

Custom System messages defined in module overridden in DB #7980

Answered by brandonkelly
GaryReckard asked this question in Q&A
Discussion options

You must be logged in to vote

That’s exactly how system messages are supposed to work. The plugin/module registers them and their default subject/body text, but then the admin is free to override them.

  • If an admin updated one of these messages, and a later deploy included an update in that message as well, would the code update be ignored, or would it override the updated DB version?

The change would be ignored, since it’s just a change to the default message text, which the admin has chosen to override with a custom message.

  • Is it possible to disable the ability for an admin to edit these system messages?

No; if you want that then you shouldn’t be using the system message feature in the first place. Just comp…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GaryReckard
Comment options

Answer selected by brandonkelly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #7978 on May 25, 2021 20:38.