Error when sync alwaysWriteFields after upgrade Gantt v6.1.5 -> v6.1.6 #10755
Labels
bug
Something isn't working
forum
Issues from forum
large-account
Reported by large customer
OEM
OEM customer
premium
regression
Worked previously, now broken
Please review user's comments for details
Forum post
Hi,
An error happens whenever alwaysWriteFields needs to be synced to the server, so in some cases even on open Gantt application. Here is the console log of the error:
Code in v6.1.6 with added comments of the values that I inspected in the debugger:
@bryntum/core-thin/lib/data/stm/Model.js v6.1.6
fields = ctor.alwaysWriteFields is a list of strings (print screen in the attachment)
@bryntum/core-thin/lib/helper/util/Objects.js v6.1.6
This is how the getter modificationDataToWrite was in the v6.1.5 where it is working fine:
@bryntum/core-thin/lib/data/stm/Model.js v6.1.5
The text was updated successfully, but these errors were encountered: