Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15197145
D19573.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
489 B
Referenced Files
None
Subscribers
None
D19573.diff
View Options
diff --git a/src/applications/almanac/editor/AlmanacInterfaceEditEngine.php b/src/applications/almanac/editor/AlmanacInterfaceEditEngine.php
--- a/src/applications/almanac/editor/AlmanacInterfaceEditEngine.php
+++ b/src/applications/almanac/editor/AlmanacInterfaceEditEngine.php
@@ -127,6 +127,9 @@
}
protected function getObjectCreateCancelURI($object) {
+ if ($this->getDevice()) {
+ return $this->getDevice()->getURI();
+ }
return '/almanac/interface/';
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 23, 9:05 PM (13 h, 31 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7187781
Default Alt Text
D19573.diff (489 B)
Attached To
Mode
D19573: When cancelling addition of an Almanac interface, return to the Device page
Attached
Detach File
Event Timeline
Log In to Comment