Announcement

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

    Bug in ValuesManager.saveData()

    Parameter data in callback function of ValuesManager.saveData() isn't set anymore.

    Example
    Code:
    isc.ValuesManager.create({ID:"vm"}); vm.setValue("foo","bar");
     vm.saveData("MyResponse(dsResponse,data,dsRequest)");
      function MyResponse(dsResponse,data,dsRequest) {
        // dsResponse and dsRequest are set
      // data is empty
    }
    My SmartClient Version: v10.0p_2015-09-26/Pro Deployment (built 2015-09-26)

    Problem doesn't appear in v10.0p_2015-08-16

    #2
    Thanks for the notification. This was indeed a regression. We've made a change to address this issue which will be present in the next nightly build (dated Oct 1 or above).

    Regards
    Isomorphic Software

    Comment

    Working...
    X