Skip to content

Commit

Permalink
deps: use bpmn-js-properties-panel@0.11.2
Browse files Browse the repository at this point in the history
Override the existing properties provider to not introduce
breaking changes.

Closes #3304
Closes #3303
  • Loading branch information
nikku committed Nov 18, 2022
1 parent dafa98d commit eeab284
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion client/src/app/tabs/bpmn/modeler/BpmnModeler.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ import handToolOnSpaceModule from './features/hand-tool-on-space';
import propertiesPanelKeyboardBindingsModule from './features/properties-panel-keyboard-bindings';
import lintingAnnotationsModule from '@camunda/linting/modeler';

import {
CamundaPlatformPropertiesProviderModule as platformPropertiesProviderModule
} from 'bpmn-js-properties-panel';

import Flags, { DISABLE_ADJUST_ORIGIN } from '../../../../util/Flags';


Expand Down Expand Up @@ -48,7 +52,10 @@ const extensionModules = [
globalClipboardModule,
handToolOnSpaceModule,
propertiesPanelKeyboardBindingsModule,
lintingAnnotationsModule
lintingAnnotationsModule,

// TODO(nikku): remove this temporary fix to https://github.com/camunda/camunda-modeler/issues/3303
platformPropertiesProviderModule
];

PlatformBpmnModeler.prototype._modules = [
Expand Down

0 comments on commit eeab284

Please sign in to comment.