Merged PR 25836: Weekend Bug Fixes

1. Change to exlude on-hold WMO's from showing up as available.
2. Change to Test Run Services -> Get Test Runs By Username to not utilize the @DICT variable in a btree extract.

Related work items: #325597
This commit is contained in:
Ouellette Jonathan (CSC FI SPS MESLEO)
2025-09-15 16:42:20 +00:00
parent f1316d0e8f
commit ed6f6cfc0d
3 changed files with 12 additions and 4 deletions

View File

@ -28,7 +28,7 @@ OPEN 'REACTOR_LOG' TO ReactLogTable ELSE
RETURN
END
OPEN 'DICT.REACTOR_LOG' TO @DICT ELSE
OPEN 'DICT.REACTOR_LOG' TO hReactLogDict ELSE
ErrorMsg = 'Unable to open "DICT.Reactor_LOG" table.'
ErrMsg(ErrorTitle:@SVM:ErrorMsg)
RETURN
@ -430,3 +430,4 @@ END
RETURN