Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14082590
D20517.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
743 B
Referenced Files
None
Subscribers
None
D20517.diff
View Options
diff --git a/src/applications/project/controller/PhabricatorProjectController.php b/src/applications/project/controller/PhabricatorProjectController.php
--- a/src/applications/project/controller/PhabricatorProjectController.php
+++ b/src/applications/project/controller/PhabricatorProjectController.php
@@ -109,7 +109,11 @@
} else {
switch ($mode) {
case 'workboard':
- $crumb_uri = $ancestor->getWorkboardURI();
+ if ($ancestor->getHasWorkboard()) {
+ $crumb_uri = $ancestor->getWorkboardURI();
+ } else {
+ $crumb_uri = $ancestor->getProfileURI();
+ }
break;
case 'profile':
default:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 12:27 AM (20 h, 24 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6780354
Default Alt Text
D20517.diff (743 B)
Attached To
Mode
D20517: When viewing a workboard, only link to parent workboards in crumbs if parents have workboards
Attached
Detach File
Event Timeline
Log In to Comment