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
F13819848: D11229.diff
Fri, Sep 20, 4:44 PM
Unknown Object (File)
Tue, Sep 3, 8:59 PM
Unknown Object (File)
Sat, Aug 31, 1:57 PM
Unknown Object (File)
Sat, Aug 31, 3:42 AM
Unknown Object (File)
Wed, Aug 28, 1:07 AM
Unknown Object (File)
Mon, Aug 26, 1:29 PM
Unknown Object (File)
Sun, Aug 25, 12:45 PM
Unknown Object (File)
Aug 21 2024, 6:58 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 3599
Build 3607: [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.