Put back the skipNotification property into Asset.

This commit is contained in:
Colin Kuskie 2010-04-19 11:00:45 -07:00
parent ff1cd9fad8
commit 43413fe75c
2 changed files with 7 additions and 1 deletions

View file

@ -261,6 +261,12 @@ property tagId => (
fieldType => 'guid',
default => 0,
);
property skipNotification => (
autoGenerate => 0,
noFormPost => 1,
fieldType => 'yesNo',
);
has session => (
is => 'ro',
required => 1,