Results 1 to 2 of 2

Thread: $chartDefs 'url_params' being ignored? v5.5.4

  1. #1
    banning's Avatar
    banning is offline Sugar Community Member
    Join Date
    Jul 2010
    Location
    Kansas
    Posts
    73

    Exclamation $chartDefs 'url_params' being ignored? v5.5.4

    so im using flexcharts to create some custom charts... for the life of me i can't figure out why 'url_params' on $chartDefs appear to be ignored?!?!...

    I've tried tearing apart SugarChart.php file but can't seem to quit grasp why they are being ignored. It like the code is saying 'url_params' does not exist when it most certainly does.

    anyway... any and all help would be had, thank you
    --
    -Banning Stuckey
    http://www.iambanning.com
    Web 2.0 New Media Developer][Designer

  2. #2
    banning's Avatar
    banning is offline Sugar Community Member
    Join Date
    Jul 2010
    Location
    Kansas
    Posts
    73

    Default Re: $chartDefs 'url_params' being ignored? v5.5.4

    neve rmind figured it out... in modules/Charts/Dashlets/FlexibleChartDashlets/FlexibleChartDashlet.php i changed this

    PHP Code:
     //$sugarChart->url_params = array();
    $sugarChart->url_params $chartDef['url_params']; 
    --
    -Banning Stuckey
    http://www.iambanning.com
    Web 2.0 New Media Developer][Designer

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •