Kitware / paraview-lite

Lite Client to a ParaView server which rely on Web technologies
https://kitware.github.io/paraview-lite/
BSD 3-Clause "New" or "Revised" License
32 stars 17 forks source link

fix(proxymanager.js): Add missing parameters in create #13

Closed DavidBerger98 closed 2 years ago

DavidBerger98 commented 2 years ago

Add parentId, initialValues, skipDomain and subProxyValues to ProxyManager.create. The server would not receive these values when creating a source or filter.

PR and Code Checklist

Context

The server would not receive these values when creating a source or filter.

Changes

Add parentId, initialValues, skipDomain and subProxyValues to ProxyManager.create.

Results

Bug is fixed!

jourdain commented 2 years ago

:tada: This PR is included in version 1.5.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: