Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-1239

Call controller.serverCall with method returning void is considered as a bad response

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.0M5
    • None
    • None
    • None

      See ButtonController.js

      _serverCallCB: function(result, arguments)
      {
      			var initialCallback = arguments.callback;
      			var initialArguments = arguments.arguments;
      			var ignoreCallbackOnError = arguments.ignoreCallback;
      			
      			if (arguments.refreshing == true)
      			{
      				this.stopRefreshing();
      			}
      			
      			if (result != null || !ignoreCallbackOnError)
      			{
      				initialCallback.apply(this, [result, initialArguments]);
      			}
      }
      

          [RUNTIME-1239] Call controller.serverCall with method returning void is considered as a bad response

          There are no comments yet on this issue.

            raphael Raphaƫl Franchet
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: