Check for enabled features on local sites when on a global site

Review Request #9705 — Created Feb. 26, 2018 and submitted — Latest diff uploaded

Information

Review Board
release-3.0.x
87ac911...

Reviewers

When browsing a non-LocalSite specific page, if any LocalSite the user is
a member of has a feature enabled then it should be enabled for that
user while browsing the non-LocalSite page. Previously, this was not
taken into account and features that a user should otherwise have access
to would be disabled if they were enabled only for their LocalSites.
This has been corrected.

Ran unit tests.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.

orig
1
2
3
4
5
reviewboard/features/checkers.py
reviewboard/features/tests.py
Loading...