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:
parent
f1316d0e8f
commit
ed6f6cfc0d
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user