Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F775719
D252.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Feb 5, 10:37 PM
Size
773 B
Mime Type
text/x-diff
Expires
Thu, Feb 6, 10:37 PM (3 h, 56 m)
Engine
blob
Format
Raw Data
Handle
558243
Attached To
D252: INP-1588 - Don't propagate "click" event on orange "Edit Content" buttons
D252.id.diff
View Options
Index: branches/5.2.x/core/kernel/db/db_tag_processor.php
===================================================================
--- branches/5.2.x/core/kernel/db/db_tag_processor.php
+++ branches/5.2.x/core/kernel/db/db_tag_processor.php
@@ -2597,7 +2597,7 @@
}
$icon_url = $this->Application->BaseURL() . 'core/admin_templates/img/top_frame/icons/' . $button_icon;
- $button_onclick = '$form_name = ' . json_encode($form_name) . '; std_edit_item(' . json_encode($item_prefix) . ', ' . json_encode($template) . ');';
+ $button_onclick = '$form_name = ' . json_encode($form_name) . '; std_edit_item(' . json_encode($item_prefix) . ', ' . json_encode($template) . '); return false;';
$button_code = '<button
style="background-image: url(' . $icon_url . ');"
Event Timeline
Log In to Comment