Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F847991
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
Sat, Apr 19, 9:49 PM
Size
782 B
Mime Type
text/x-diff
Expires
Sun, Apr 20, 9:49 PM (1 h, 26 m)
Engine
blob
Format
Raw Data
Handle
602761
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