Ref T2015. This updates the blueprint / resource references in the Drydock view controllers to render as handles.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T2015: Implement Drydock
- Commits
- Restricted Diffusion Commit
rP0a3714507208: [drydock/core] Show blueprints / resources as links in Drydock view controllers
Viewed the controllers, saw links.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/drydock/controller/DrydockLeaseViewController.php | ||
---|---|---|
147 | Just use $viewer->renderHandle() in modern code. | |
148–152 | This branch is unreachable: HandleQuery never returns null. | |
156 | This will render "Unknown Resource" for a lease with no resource, which I believe is possible and which seems wrong? | |
src/applications/drydock/controller/DrydockResourceViewController.php | ||
120–133 ↗ | (On Diff #26112) | Just use $viewer->renderHandle($resource->getBlueprintPHID()). |