fix #1211 - add message to indicate Module Creator is only intended for use in development environments
This commit is contained in:
parent
c794f77d65
commit
00f8f2cb89
|
@ -110,9 +110,7 @@ else
|
||||||
|
|
||||||
if (string.IsNullOrEmpty(_moduledefinitionname))
|
if (string.IsNullOrEmpty(_moduledefinitionname))
|
||||||
{
|
{
|
||||||
_owner = ModuleState.Title;
|
AddModuleMessage(Localizer["Please Note That The Module Creator Is Only Intended To Be Used In A Development Environment"], MessageType.Info);
|
||||||
_module = ModuleState.Title;
|
|
||||||
_description = ModuleState.Title;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user