RFE 549 commits now check for spectre connectivity before commiting and a new macro for showing spectre status.
This commit is contained in:
parent
655e5e7654
commit
77913e956b
7 changed files with 42 additions and 9 deletions
|
|
@ -407,6 +407,9 @@ fails.
|
|||
|
||||
sub requestCommit {
|
||||
my $self = shift;
|
||||
|
||||
return "Failure" if(WebGUI::Operation::Spectre::spectreTest($self->session) ne "success");
|
||||
|
||||
$self->lock;
|
||||
my $instance = WebGUI::Workflow::Instance->create($self->session, {
|
||||
workflowId=>$self->get("workflowId"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue