PmDynaform implement oAuth

This commit is contained in:
Roly Rudy Gutierrez Pinto
2014-08-29 11:19:14 -04:00
parent ab41c74d4b
commit f0aad6efd7
3 changed files with 91 additions and 2 deletions

View File

@@ -25,6 +25,12 @@ $(window).load(function () {
var data = JSON.parse(jsondata);
window.dynaform = new PMDynaform.core.Project({
data: data,
keys: {
server: location.host,
projectId: prj_uid,
workspace: workspace
},
token: credentials,
submitRest: false
});