Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13990180
D17223.id41424.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
639 B
Referenced Files
None
Subscribers
None
D17223.id41424.diff
View Options
diff --git a/src/view/layout/PhabricatorActionListView.php b/src/view/layout/PhabricatorActionListView.php
--- a/src/view/layout/PhabricatorActionListView.php
+++ b/src/view/layout/PhabricatorActionListView.php
@@ -4,7 +4,6 @@
private $actions = array();
private $object;
- private $id = null;
public function setObject(PhabricatorLiskDAO $object) {
$this->object = $object;
@@ -16,15 +15,6 @@
return $this;
}
- public function setID($id) {
- $this->id = $id;
- return $this;
- }
-
- public function getID() {
- return $this->id;
- }
-
protected function getTagName() {
return 'ul';
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 23, 1:49 AM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6739158
Default Alt Text
D17223.id41424.diff (639 B)
Attached To
Mode
D17223: Fix property shadowing on ActionListView after conversion to TagView
Attached
Detach File
Event Timeline
Log In to Comment