Fixed workflow checks on spectre so that workflows only error if they are a non realtime or failed realtime and spectre is down.

This commit is contained in:
Kaleb Murphy 2008-10-21 21:02:57 +00:00
parent 20460192a6
commit 7e368c329c
3 changed files with 10 additions and 12 deletions

View file

@ -307,13 +307,6 @@ sub www_commitVersionTag {
my $session = shift;
my $tagId = $session->form->param("tagId");
my $spectreTest = WebGUI::Operation::Spectre::spectreTest($session);
if($spectreTest ne "success"){
my $i18n = WebGUI::International->new($session, "Macro_SpectreCheck")->get($spectreTest);
my $ac = WebGUI::AdminConsole->new($session,"versions");
return $ac->render( $i18n );
}
if ( !$tagId ) {
return www_manageVersions( $session );
}