← Back to team overview

dhis2-devs team mailing list archive

[Bug 1406107] [NEW] data-browser-regression-cannot-drill-down

 

Public bug reported:

>From the current demo site (2.17, rev ???)

line 94 of dataBrowser.js

function viewDrillDownMenu( urlLink, parentId )
{
	currentUrlLink = urlLink;
	currentParentId = parentId;

->>	showDropDown( "drillDownMenu" );
}


throws Uncaught ReferenceError: showDropDown is not defined. 

It is not possible to drill down in orgunit mode.

** Affects: dhis2
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1406107

Title:
  data-browser-regression-cannot-drill-down

Status in DHIS 2:
  New

Bug description:
  From the current demo site (2.17, rev ???)

  line 94 of dataBrowser.js

  function viewDrillDownMenu( urlLink, parentId )
  {
  	currentUrlLink = urlLink;
  	currentParentId = parentId;

  ->>	showDropDown( "drillDownMenu" );
  }

  
  throws Uncaught ReferenceError: showDropDown is not defined. 

  It is not possible to drill down in orgunit mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1406107/+subscriptions


Follow ups

References