mirror of
https://github.com/sartography/bpmn-js-spiffworkflow.git
synced 2025-02-20 11:38:38 +00:00
Revert "Revert "Fix bug with Data Object Interceptor picking up too much.""
This reverts commit 76e6ac22f4a5f7ab387da7d3d8218a09acf87d67.
This commit is contained in:
parent
1fa1f87416
commit
5f849c6906
@ -78,3 +78,6 @@ html, body {
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.djs-palette.two-column.open {
|
||||
width: 95px;
|
||||
}
|
||||
|
@ -51,8 +51,7 @@ export default class DataObjectInterceptor extends CommandInterceptor {
|
||||
flowElements.push(businessObject);
|
||||
businessObject.$parent = realParent;
|
||||
}
|
||||
} else
|
||||
bpmnUpdater.__proto__.updateSemanticParent.call(this, businessObject, parentBusinessObject);
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -35,7 +35,6 @@ module.exports = {
|
||||
new CopyWebpackPlugin({
|
||||
patterns: [
|
||||
{ from: 'assets/**', to: 'vendor/bpmn-js', context: 'node_modules/bpmn-js/dist/' },
|
||||
{ from: '*.css', to: 'vendor/bpmn-js-color-picker', context: 'node_modules/bpmn-js-color-picker/colors' },
|
||||
{
|
||||
from: 'assets/**',
|
||||
to: 'vendor/bpmn-js-properties-panel',
|
||||
|
Loading…
x
Reference in New Issue
Block a user