Codify in 1 place how to skip autocommit workflows, and notification.
This commit is contained in:
parent
15faef5d01
commit
2ad02b32e1
1 changed files with 19 additions and 0 deletions
|
|
@ -496,6 +496,25 @@ sub webguiBirthday {
|
|||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
=head2 getAssetSkipCoda ( )
|
||||
|
||||
Coded here for the sake of consistency, this returns everything that should be
|
||||
appended to calls to addChild to autogenerate ids, revisionDates, and to skip
|
||||
autoCommit workflows, and notifications.
|
||||
|
||||
=cut
|
||||
|
||||
sub getAssetSkipCoda {
|
||||
return undef,
|
||||
undef,
|
||||
{
|
||||
skipAutoCommitWorkflows => 1,
|
||||
skipNotification => 1,
|
||||
};
|
||||
}
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
=head2 getSmokeLDAPProps ( )
|
||||
|
||||
Returns a hashref of properties for connecting to smoke's LDAP server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue