Skip to content

Only check :can_resolve permission if the note is resolvable

Stan Hu requested to merge sh-defer-resolvable-check into master

Currently this permission check incurs a significant performance hit on loading issues where it does not make sense to check this permission in the first place.

Merge request reports