Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(clearThisRowInvisible) not using parameter reason
Not sure if intended but clearThisRowInvisible is not using the parameter "reason" when deleting the "invisible reason" but it always deletes the hardcoded parameter "user". This shouldn't change any other behavior since ng-grid internal functions call this function only with the parameter "user" but it will fix any error if someone was directly using this function with a custom invisible reason
- Loading branch information