Page MenuHomePhabricator

Projects - display "members" link in disabled style if user can't edit project
ClosedPublic

Authored by btrahan on Jan 5 2015, 11:24 PM.
Tags
None
Referenced Files
F14036993: D11229.diff
Sun, Nov 10, 1:18 PM
F14036724: D11229.id26960.diff
Sun, Nov 10, 11:48 AM
F14036412: D11229.id.diff
Sun, Nov 10, 10:09 AM
F14036221: D11229.diff
Sun, Nov 10, 9:11 AM
F14022255: D11229.diff
Wed, Nov 6, 3:48 PM
F14018619: D11229.id26963.diff
Tue, Nov 5, 5:07 PM
F14009159: D11229.id.diff
Wed, Oct 30, 11:22 AM
F13998936: D11229.diff
Thu, Oct 24, 11:55 AM
Subscribers

Details

Summary

Fixes T6862.

Test Plan

viewed a project list and saw disabled-style "Members" links as appropos

Diff Detail

Repository
rP Phabricator
Branch
T6862
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3600
Build 3608: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

btrahan retitled this revision from to Projects - display "members" link in disabled style if user can't edit project.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added reviewers: chad, epriestley.
src/applications/project/query/PhabricatorProjectSearchEngine.php
226–237

the other thing I could do here is make "workflow" true in this case, which would make this a nice dialogue and not a full, page re-load 404 nice dialogue.

...do the conditional workflow; seems like a more-standard / better behavior.

chad edited edge metadata.
This revision is now accepted and ready to land.Jan 5 2015, 11:32 PM
btrahan edited edge metadata.

move data loading to before the foreach loop (re-run tests and still good) this change alleviates performance concern

This revision was automatically updated to reflect the committed changes.