siemens / CtrlppCheck

GNU General Public License v3.0
14 stars 11 forks source link

Cannot open reports v1.0.2 #71

Closed cbv08 closed 12 months ago

cbv08 commented 1 year ago

Describe the bug Using version 1.0.2 I can make the checks in WinCC OA using the e.g. CtrlppCheck however when i try to open the report i get an error and nothing out. It works fine with version 1.0.1

To Reproduce See description

Expected behavior It should be possible to open the reports using version 1.0.2

Software version and environment (please complete the following information):

cbv08 commented 1 year ago

Having investigated this a bit it would seem that it does not work because the reports are now inserted into a folder called QgTestVersion and are names "_Results" instead of "Result"

It can be fixed by editing QG_History Doubleclick section line 3 to this: string fileName = this.cellValueRC(row, "_resDir") + "QgTestVersion\\_Results";

dhoegerlETM commented 1 year ago

@mPokornyETM please consider by chance

mPokornyETM commented 1 year ago

@cbv08 thx for investigating. Can you provide fix (in a PR pls) It will be faster way for all of us. ps: when you provide the fix, pls paste in the PR screenshot before (the bug) and after. Thx

And I will try to create some ctrl-clik tests to eliminate this kind of regressions