You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(UpdatableAdapter(add method UpdateFilteredPolicies)): upgrade cab… (
casbin#103)
* fix(UpdatableAdapter(add method UpdateFilteredPolicies)): upgrade cabin/v2 to v2.28.3, add the new method UpdateFilteredPolicies, otherwise e.UpdatePolicy(...) will cause panic.
Signed-off-by: gaozhihui <[email protected]>
* fix(adapter_test):
in the test case, after e.UpdateFilteredPlicies, the order of policies maybe change, so add a new func to fix it.