Skip to content

Commit

Permalink
Merge pull request siemens#85 from mPokornyETM/issue-77
Browse files Browse the repository at this point in the history
Open help to quality gates
  • Loading branch information
dhoegerlETM authored Nov 10, 2023
2 parents 96448d1 + d2899ec commit 7245779
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions WinCCOA_QualityChecks/scripts/libs/gedi/qualityCheck_ext.ctl
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,7 @@ void tool_QualityGates_OpenResult()

void open_Docu()
{
if (getLocale(getActiveLang()) == "de_AT.iso88591" || getLocale(getActiveLang()) == "de_AT.utf8")
openUrl("https://www.winccoa.com/documentation/WinCCOA/3.18/en_US/index.html");
else
openUrl("https://www.winccoa.com/documentation/WinCCOA/3.18/en_US/index.html");
openUrl("https://github.com/siemens/CtrlppCheck/blob/main/README.md");
}

void tool_QualityGates_BuildDocu()
Expand Down

0 comments on commit 7245779

Please sign in to comment.