bpmn-io / table-js

A blazing fast library for viewing and editing tables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change support won't recognize ID change

philippfromme opened this issue · comments

Reproduce:

  1. Register for changes of an element with ID foo
  2. Change ID to bar
  3. Change element resulting in elements.changed being fired

Expected behavior:

  1. As someone having registered for changes to the element I will be notified even if the ID changed

Actual behavior:

  1. No notification

Related to bpmn-io/dmn-js#367.