renamed control to action to reflect its purpose and be more consistent with asp.net conventions
This commit is contained in:
@ -10,9 +10,9 @@
|
||||
{
|
||||
title = ModuleState.Title;
|
||||
// check for core module actions component
|
||||
if (Constants.DefaultModuleActions.Contains(PageState.Control))
|
||||
if (Constants.DefaultModuleActions.Contains(PageState.Action))
|
||||
{
|
||||
title = PageState.Control;
|
||||
title = PageState.Action;
|
||||
}
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
Reference in New Issue
Block a user