We seem to already support this, just takes it fully there. We don't need to see things like "Flag", etc, on certain subpages of projects/people/etc.
Details
Details
- Reviewers
epriestley - Commits
- rPbf753c8b5a08: Make passing an object to newCurtain optional
Review Members, Subproject pages, no longer see "Flag for Later" which only is for the Project itself. Check manage, still there.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- curtain-object (branched from master)
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 16968 Build 22684: Run Core Tests Build 22683: arc lint + arc unit
Event Timeline
src/applications/base/controller/PhabricatorController.php | ||
---|---|---|
494–497 | Consider skipping this if $object is null -- some extension might run into trouble assuming that $object will always actually be an object. |