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
Unknown Object (File)
Fri, Feb 7, 9:48 AM
Unknown Object (File)
Tue, Feb 4, 1:45 AM
Unknown Object (File)
Tue, Feb 4, 1:45 AM
Unknown Object (File)
Mon, Jan 27, 5:14 AM
Unknown Object (File)
Thu, Jan 23, 12:02 AM
Unknown Object (File)
Jan 18 2025, 11:34 PM
Unknown Object (File)
Jan 17 2025, 12:46 PM
Unknown Object (File)
Jan 12 2025, 5:11 PM
Subscribers

Details

Summary

Fixes T6862.

Test Plan

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

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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
231–242

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.