Merge pull request #1219 from sbwalker/dev

fix #1211 - add message to indicate Module Creator is only intended for use in development environments
This commit is contained in:
Shaun Walker 2021-04-02 08:35:04 -04:00 committed by GitHub
commit 57575945cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,9 +110,7 @@ else
if (string.IsNullOrEmpty(_moduledefinitionname))
{
_owner = ModuleState.Title;
_module = ModuleState.Title;
_description = ModuleState.Title;
AddModuleMessage(Localizer["Please Note That The Module Creator Is Only Intended To Be Used In A Development Environment"], MessageType.Info);
}
else
{