Empty ListItemID values give an error in the flagged requests list
Repro Steps
1. Click on a list of Flagged Requests.
2. Any empty ListItemIDs are tripping the InvalidCastException catch
We can fix the problem by changing the if rowCellValue != null to if rowCellValue as(T) != null, so that the casting happens before we attempt to add it to the list.
1
vote
Genie Shropshire
shared this idea
released
·
AdminDustin Stokes
(Chief Technology Officer @ Atlas Systems, Inc., Atlas Systems, Inc.)
responded
Released in Ares 4.6.6