Fix a typo in Subscribable Role.
This commit is contained in:
parent
b04651ecc8
commit
e2033afbac
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ package WebGUI::Role::Asset::Subscribable;
|
|||
use WebGUI::International;
|
||||
use Moose::Role;
|
||||
use WebGUI::Definition::Asset;
|
||||
define tableName => "assetAspect_Subscribable",
|
||||
define tableName => "assetAspect_Subscribable";
|
||||
property subscriptionGroupId => (
|
||||
tab => "security",
|
||||
fieldType => "subscriptionGroup",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue