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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue