Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When canceling a query is the variable i2b2.CRC.ctrlr.deleteCurrentQuery is null than checking on a i2b2.CRC.ctrlr.deleteCurrentQuery.QM which result in a null pointer. Should check to see that i2b2.CRC.ctrlr.deleteCurrentQuery is not null first.
In the Web Client the query appears to be cancelled. The query will appear in Show Query Status with a "Cancelled" status however when I look in the qt_query_master table it looks like the query was not cancelled. The query doesn't have a DELETE_DATE and the DELETE_FLAG is set to N. Also, an ERROR message is returned to the user instead of the locked out message.
2 screen shots attached
obfscUser-lockOut-qryError.png – shows ERROR message returned
obfscUser-lockOut-qryCancelled-2.png – shows query cancelled in Show Query Status
This issue is being returned to development.