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 WebGUI::International;
|
||||||
use Moose::Role;
|
use Moose::Role;
|
||||||
use WebGUI::Definition::Asset;
|
use WebGUI::Definition::Asset;
|
||||||
define tableName => "assetAspect_Subscribable",
|
define tableName => "assetAspect_Subscribable";
|
||||||
property subscriptionGroupId => (
|
property subscriptionGroupId => (
|
||||||
tab => "security",
|
tab => "security",
|
||||||
fieldType => "subscriptionGroup",
|
fieldType => "subscriptionGroup",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue