- Added "Save and Commit" option for environments where the appearance of

workflow is unwanted.
This commit is contained in:
JT Smith 2006-07-25 21:11:14 +00:00
parent f1159269a0
commit 09af3e8785
6 changed files with 44 additions and 3 deletions

View file

@ -53,6 +53,8 @@
than the array() method.
- Added more tests to the test suite.
- fix: Search Feature Select Box Not Working
- Added "Save and Commit" option for environments where the appearance of
workflow is unwanted.
7.0.2

View file

@ -22,10 +22,17 @@ sleep(1); # todd prevent duplicate timestamps
my $session = start(); # this line required
deleteTemplate();
addConfigOption();
finish($session); # this line required
#-------------------------------------------------
sub addConfigOption {
print "\tAdding save and commit option.\n" unless ($quiet);
$session->config->set("enableSaveAndCommit", 0);
}
#-------------------------------------------------
sub deleteTemplate {
print "\tDeleting a template that was accidentally added.\n" unless ($quiet);