Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1174210
D284.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, Oct 2, 2:17 AM
Size
573 B
Mime Type
text/x-diff
Expires
Fri, Oct 3, 2:17 AM (18 h, 21 m)
Engine
blob
Format
Raw Data
Handle
761225
Attached To
D284: INP-1669 - Add local "mapper" variable to the "DropDownMapper.Init" method
D284.diff
View Options
Index: core/admin_templates/js/dropdown_mapper.js
===================================================================
--- core/admin_templates/js/dropdown_mapper.js
+++ core/admin_templates/js/dropdown_mapper.js
@@ -10,6 +10,7 @@
DropDownMapper.prototype.Init = function()
{
+ var mapper = this;
this.AssignDrills(this.Map);
this.DrillDownRequests(this.Map,'root');
for (var i = 0; i < this.WatchFields.length; i++) {
@@ -126,4 +127,4 @@
DropDownMapper.prototype.QueryByField = function(field)
{
this.Objects[field].Query();
-}
\ No newline at end of file
+}
Event Timeline
Log In to Comment