APPLINK-6693: OnSystemRequest changes
authorAndrew Melnik <AMelnik@luxoft.com>
Mon, 7 Apr 2014 09:51:47 +0000 (12:51 +0300)
committerJustin Dickow <jjdickow@gmail.com>
Wed, 9 Jul 2014 18:00:21 +0000 (14:00 -0400)
src/components/HMI/ffw/BasicCommunicationRPC.js
src/components/interfaces/HMI_API.xml
src/components/interfaces/QT_HMI_API.xml

index ea1b36e..e78ed57 100644 (file)
@@ -1064,7 +1064,7 @@ if (request.method == "BasicCommunication.GetSystemInfo") {
                     "length": 10000,
                     "timeout": 500,
                     "fileName": document.location.pathname.replace("index.html", "IVSU/PROPRIETARY_REQUEST"),
-                    "appID": SDL.SDLAppController.model ? SDL.SDLAppController.model.appID : null
+                    "appID": SDL.SDLAppController.model ? SDL.SDLAppController.model.appID.toString() : "default"
                 }
             };
             this.client.send(JSONMessage);
index 399b540..622cafd 100644 (file)
       <param name="fileName" type="String" maxlength="255" mandatory="true">
         <description>File reference name.</description>
       </param>
-      <param name="appID" type="Integer" mandatory="true">
+      <param name="appID" type="String" maxlength="50" minsize="1" mandatory="true">
         <description>ID of application that requested this RPC.</description>
       </param>
     </function>
index 72937c9..e651b99 100644 (file)
       <param name="fileName" type="String" maxlength="255" mandatory="true">
         <description>File reference name.</description>
       </param>
-      <param name="appID" type="Integer" mandatory="true">
+      <param name="appID" type="String" maxlength="50" minsize="1" mandatory="true">
         <description>ID of application that requested this RPC.</description>
       </param>
     </function>