Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098833
D90.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
Thu, Aug 14, 6:46 AM
Size
782 B
Mime Type
text/x-diff
Expires
Fri, Aug 15, 6:46 AM (2 h, 36 m)
Engine
blob
Format
Raw Data
Handle
711471
Attached To
D90: INP-1442 - Don't modify opener stack, when performing concurrent page editing AJAX notifications
D90.id.diff
View Options
Index: branches/5.2.x/core/admin_templates/js/template_manager.js
===================================================================
--- branches/5.2.x/core/admin_templates/js/template_manager.js
+++ branches/5.2.x/core/admin_templates/js/template_manager.js
@@ -175,7 +175,7 @@
setInterval(
function () {
$.getJSON(
- $('#kf_revisions_' + $template_manager.pageId).attr('action') + '&events[page-revision]=OnGetInfo',
+ $('#kf_revisions_' + $template_manager.pageId).attr('action').replace('-d-', '-s-') + '&events[page-revision]=OnGetInfo',
function ($data) {
$template_manager.pageInfo = $data;
$template_manager.processPageInfo();
@@ -593,4 +593,4 @@
}
this._blockOrder.push($element.id);
-}
\ No newline at end of file
+}
Event Timeline
Log In to Comment