Announcement

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

    exportData ignores implicitCriteria

    Hi,

    ListGrid.exportData ignores implicitCriteri.

    Version: v11.0p_2016-12-16/PowerEdition Development Only

    To reproduce:
    1. Go to http://www.smartclient.com/#customExport
    2. Add a new property to countryList:
    Code:
    implicitCriteria: {continent: "Asia"},
    3. Run
    4. Click "Export" button
    Downloaded file contains all data, ignoring filter from implicitCriteria.

    One more issue: ISC_History, ISC_Core and ISC_FileLoader have isc.versionNumber defined as isc.versionNumber="$[versionNumber]", making my server-side code emit warnings about version mismatch when I use Developer Console.

    #2
    The implicitCriteria bug is fixed for builds dated December 21 and later.

    We'll take a look at the versioning issue you mentioned and get back to you as necessary.

    Comment


      #3
      Regarding the version string: there's a change that could have caused something like this, but we're not reproducing this problem with the 12/16 or newer builds (or older builds, though those were only spot-checked). Can you confirm that you're seeing this in the newest 11.0p build with a clean cache?

      Comment


        #4
        Thanks, exportData works correctly.

        As for this version number, I still get this message in my server log when I call isc.showConsole():
        com.isomorphic.rpc.RPCManager - client/server version mismatch. Client is version: $[versionNumber], server is version: v11.0p_2016-12-21 - mixing different client/server versions is generally not supported. If you've installed a more recent client version, try clearing the browser cache and reloading the page.
        String "$[versionNumber]" appears in:
        • smartclientRuntime\isomorphic\system\development\ISC_Core.js
        • smartclientRuntime\isomorphic\system\development\ISC_FileLoader.js
        • smartclientRuntime\isomorphic\system\development\ISC_History.js
        • smartclientSDK\isomorphic\system\development\ISC_Core.js
        • smartclientSDK\isomorphic\system\development\ISC_FileLoader.js
        • smartclientSDK\isomorphic\system\development\ISC_History.js

        Version downloaded from http://www.smartclient.com/builds/Sm...werEdition.zip

        Comment


          #5
          Ok, we've tracked this down and fixed it - fix will appear in the Dec 22 build. Thanks for the clear report and patience.

          Comment

          Working...
          X