Skip to content

Commit

Permalink
fix(ParaViewWebClient): Update API for ProxyManager
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Sep 7, 2018
1 parent c7849d6 commit 6882f43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/IO/WebSocket/ParaViewWebClient/ProxyManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ export default function createMethods(session) {
functionName,
parentId = '0',
initialValues = {},
skipDomain = false
skipDomain = false,
subProxyValues = {}
) => {
return session.call('pv.proxy.manager.create', [
functionName,
parentId,
initialValues,
skipDomain,
subProxyValues,
]);
},
open: (relativePath) => {
Expand Down

0 comments on commit 6882f43

Please sign in to comment.