Add a check for null() #277
Labels
Change: Minor
Needs less than 64 lines change
Status: Confirmed
The issue is a bug and has been confirmed and an action will be taken
https://github.com/BBj-Plugins/BBjGridExWidget/blob/846d40c34fb98ffbdbf9c9354dcaea77d80dbc63/BBjGridExWidget.bbj#L2505C1-L2508C12
We had situations where this method got called with state! = null() for unknown reasons in the application code.
Let's be more defensive and add a check for null()
The text was updated successfully, but these errors were encountered: