Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13960472
D21642.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D21642.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -13,7 +13,7 @@
'core.pkg.js' => 'ab3502fe',
'dark-console.pkg.js' => '187792c2',
'differential.pkg.css' => 'ffb69e3d',
- 'differential.pkg.js' => '5986f349',
+ 'differential.pkg.js' => 'd1150814',
'diffusion.pkg.css' => '42c75c37',
'diffusion.pkg.js' => '78c9885d',
'maniphest.pkg.css' => '35995d6d',
@@ -383,7 +383,7 @@
'rsrc/js/application/dashboard/behavior-dashboard-move-panels.js' => 'a2ab19be',
'rsrc/js/application/dashboard/behavior-dashboard-query-panel-select.js' => '1e413dc9',
'rsrc/js/application/dashboard/behavior-dashboard-tab-panel.js' => '0116d3e8',
- 'rsrc/js/application/diff/DiffChangeset.js' => '3b6e1fde',
+ 'rsrc/js/application/diff/DiffChangeset.js' => 'd7d3ba75',
'rsrc/js/application/diff/DiffChangesetList.js' => 'cc2c5de5',
'rsrc/js/application/diff/DiffInline.js' => '511a1315',
'rsrc/js/application/diff/DiffPathView.js' => '8207abf9',
@@ -785,7 +785,7 @@
'phabricator-darklog' => '3b869402',
'phabricator-darkmessage' => '26cd4b73',
'phabricator-dashboard-css' => '5a205b9d',
- 'phabricator-diff-changeset' => '3b6e1fde',
+ 'phabricator-diff-changeset' => 'd7d3ba75',
'phabricator-diff-changeset-list' => 'cc2c5de5',
'phabricator-diff-inline' => '511a1315',
'phabricator-diff-path-view' => '8207abf9',
@@ -1248,20 +1248,6 @@
'javelin-behavior',
'phabricator-prefab',
),
- '3b6e1fde' => array(
- 'javelin-dom',
- 'javelin-util',
- 'javelin-stratcom',
- 'javelin-install',
- 'javelin-workflow',
- 'javelin-router',
- 'javelin-behavior-device',
- 'javelin-vector',
- 'phabricator-diff-inline',
- 'phabricator-diff-path-view',
- 'phuix-button-view',
- 'javelin-external-editor-link-engine',
- ),
'3dc5ad43' => array(
'javelin-behavior',
'javelin-stratcom',
@@ -2129,6 +2115,20 @@
'd4cc2d2a' => array(
'javelin-install',
),
+ 'd7d3ba75' => array(
+ 'javelin-dom',
+ 'javelin-util',
+ 'javelin-stratcom',
+ 'javelin-install',
+ 'javelin-workflow',
+ 'javelin-router',
+ 'javelin-behavior-device',
+ 'javelin-vector',
+ 'phabricator-diff-inline',
+ 'phabricator-diff-path-view',
+ 'phuix-button-view',
+ 'javelin-external-editor-link-engine',
+ ),
'd8a86cfb' => array(
'javelin-behavior',
'javelin-dom',
diff --git a/webroot/rsrc/js/application/diff/DiffChangeset.js b/webroot/rsrc/js/application/diff/DiffChangeset.js
--- a/webroot/rsrc/js/application/diff/DiffChangeset.js
+++ b/webroot/rsrc/js/application/diff/DiffChangeset.js
@@ -671,9 +671,6 @@
// Code shared by autoload and context responses.
this._loadChangesetState(response);
-
- JX.Stratcom.invoke('differential-inline-comment-refresh');
-
this._rebuildAllInlines();
JX.Stratcom.invoke('resize');
@@ -846,9 +843,7 @@
},
_rebuildAllInlines: function() {
- if (this._inlines === null) {
- this._inlines = [];
- }
+ this._inlines = [];
var rows = JX.DOM.scry(this._node, 'tr');
var ii;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 15 2024, 11:32 PM (4 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6710631
Default Alt Text
D21642.diff (3 KB)
Attached To
Mode
D21642: Fix an issue where inlines could be duplicated in the client list
Attached
Detach File
Event Timeline
Log In to Comment