Editing groups doesn't work
Trying to drag groups when groupEditable: true
doesn't work.
Uncaught TypeError: this.groupsData.update is not a function(…)
occurs in the console log.
Trying to drag groups when groupEditable: true
doesn't work.
Uncaught TypeError: this.groupsData.update is not a function(…)
occurs in the console log.
added Timeline + 1 deleted label
changed milestone to %Minor Release v4.18
introduced in #2315
@simo9000
can you take care of this please? it seems like the problem is comes from !2315 (merged)R269
converting DataSet
with an update
function in to a DataView
that doesn;t contain that function.
@yotamberk
·
Imported
assigned to @yotamberk
nvm, I solved it
mentioned in merge request !2368 (merged)
this was fixed by @yotamberk
with #2368
added Fixed awaiting release label
closed