Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15516721
D19034.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
681 B
Referenced Files
None
Subscribers
None
D19034.diff
View Options
diff --git a/src/view/layout/PhabricatorActionView.php b/src/view/layout/PhabricatorActionView.php
--- a/src/view/layout/PhabricatorActionView.php
+++ b/src/view/layout/PhabricatorActionView.php
@@ -21,7 +21,6 @@
private $order;
private $color;
private $type;
- private $highlight;
const TYPE_DIVIDER = 'type-divider';
const TYPE_LABEL = 'label';
@@ -73,15 +72,6 @@
return $this->href;
}
- public function setHighlight($highlight) {
- $this->highlight = $highlight;
- return $this;
- }
-
- public function getHighlight() {
- return $this->highlight;
- }
-
public function setIcon($icon) {
$this->icon = $icon;
return $this;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 19, 8:56 PM (5 d, 11 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7707842
Default Alt Text
D19034.diff (681 B)
Attached To
Mode
D19034: Remove `addHighlight()` action view methods
Attached
Detach File
Event Timeline
Log In to Comment