jquery.flowchart icon indicating copy to clipboard operation
jquery.flowchart copied to clipboard

Using operatorTypes will not read inputs and outputs

Open ckegg opened this issue 8 years ago • 0 comments

When using data : { operatorTypes: {} ) to preset properties including inputs or outputs, in function getOperatorFullProperties() it supposes to extend preset properties into operator's properties but it doesn't.

It is causing ".flowchart-operator-connector-set" not setting "connector_type" and throw in error "Cannot read property 'inputs/outputs' of undefined"

image2

ckegg avatar Jan 09 '18 07:01 ckegg