Author: jens
Date: Mon Oct 15 22:16:45 2012
New Revision: 1398537

URL: http://svn.apache.org/viewvc?rev=1398537&view=rev
Log:
rename transactionId to token

Modified:
    
chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/cmislib.js
    
chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/index.html

Modified: 
chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/cmislib.js
URL: 
http://svn.apache.org/viewvc/chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/cmislib.js?rev=1398537&r1=1398536&r2=1398537&view=diff
==============================================================================
--- 
chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/cmislib.js
 (original)
+++ 
chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/cmislib.js
 Mon Oct 15 22:16:45 2012
@@ -422,7 +422,7 @@ function CmisSession(urlPrefix, reposito
         var url = this.getUrl();
         var data = {
             cmisselector: "lastResult",
-            cmistransaction: transId,
+            token: transId,
             suppressResponseCodes: true
         };
 

Modified: 
chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/index.html
URL: 
http://svn.apache.org/viewvc/chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/index.html?rev=1398537&r1=1398536&r2=1398537&view=diff
==============================================================================
--- 
chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/index.html
 (original)
+++ 
chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/index.html
 Mon Oct 15 22:16:45 2012
@@ -682,7 +682,7 @@
           <input name="propertyId[0]" type="hidden" value="cmis:name" />
        <input name="propertyId[1]" type="hidden" value="cmis:objectTypeId" />
        <input name="cmisaction" type="hidden" value="createDocument" />
-       <input id="transactionId" name="cmistransaction" type="hidden" value="" 
/>         
+       <input id="transactionId" name="token" type="hidden" value="" />        
 
        </form>
        <div id="responsesection">
        </div>


Reply via email to