More Subscribable fixes.
This commit is contained in:
parent
ecc71d455d
commit
dfc388fe3d
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ property subscriptionTemplateId => (
|
|||
);
|
||||
sub _subscriptionTemplateId_namespace {
|
||||
my $self = shift;
|
||||
return $self->getSubscriptionTemplateNamespace($session);
|
||||
return $self->getSubscriptionTemplateNamespace($self->session);
|
||||
}
|
||||
property skipNotification => (
|
||||
autoGenerate => 0,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::i18n::English::AssetAspect_Subscribable;
|
||||
package WebGUI::i18n::English::Role_Subscribable;
|
||||
|
||||
use strict;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue