Success! Looks like we've fixed this one. According to our records the fix was applied for DSGNR-1526 in Architect 2.0.
  1. #1
    Sencha User
    Join Date
    Dec 2011
    Location
    White Rock, BC Canada
    Posts
    155
    Vote Rating
    0
    WagsMax is on a distinguished road

      0  

    Default groupFn - how to add a parameter?

    groupFn - how to add a parameter?


    Used to be able to define a groupFn like this:

    Code:
    function(record) {
    	return (record.get('opnd') === "*" ? "New Calls" : "Opened Calls")
    }
    and now the groupFn does not seem to allow for parameters. How do I base my grouper on the record contents?

  2. #2
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,185
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    This is a bug and will be fixed in a future release.
    Aaron Conran
    @aconran
    Sencha Architect Development Team

  3. #3
    Sencha - Architect Dev Team dfoelber's Avatar
    Join Date
    Sep 2011
    Location
    Rockville, MD
    Posts
    93
    Vote Rating
    10
    dfoelber will become famous soon enough

      0  

    Default


    This issue is fixed and will be included in the next autoupdate.
    David Foelber
    @davidfoelber
    Sencha Architect Development Team