Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    SmartClient Version: SNAPSHOT_v11.1d_2016-12-25/Enterprise Development Only (built 2016-12-25)

    Chrome on OSX

    Hello, I've just found another problem with the original test case.
    so, please remove the autoFetchData:true setting from the #adaptiveFilterFS sample. Then execute:
    Code:
    supplyList.setProperty('implicitCriteria', {_constructor:'AdvancedCriteria', operator:'and',criteria:[{fieldName:'itemName', operator:'iStartsWith', value:'add'}]})
    supplyList.fetchData()
    Now you may alternate that criteria with this:

    Code:
    supplyList.setProperty('implicitCriteria', {_constructor:'AdvancedCriteria', operator:'and',criteria:[{fieldName:'itemName', operator:'iContains', value:'add'}]})
    and the grid will nicely fetch the correct data accordingly to the criteria.

    Now, try to group the grid by 'Category': the grid won't fetch the correct data, when you set one of those former criteria.

    Comment


      #17
      We've fixed this bug in Tree support for implicitCriteria - you can test the fix in builds dated January 5 and later.

      Comment


        #18
        SmartClient Version: SNAPSHOT_v11.1d_2017-01-09/Enterprise Development Only (built 2017-01-09) (and also 11.0 same day)

        Chrome, Safari on OSX

        Hello, I've just re-tested the test case, but the behavior is the same of post #16.

        Comment


          #19
          Ah, we see the issue, and it's been fixed for builds dated January 10 and later.

          Comment


            #20
            SmartClient Version: v11.0p_2017-01-10/Enterprise Development Only (built 2017-01-10)
            and
            SmartClient Version: SNAPSHOT_v11.1d_2017-01-10/Enterprise Development Only (built 2017-01-10)

            I can confirm it's fixed, thank you very much.
            Last edited by claudiobosticco; 10 Jan 2017, 06:42.

            Comment

            Working...
            X