Premium support for our pure JavaScript UI components


Post by kkn1234 »

Hi,

I'm getting the below error on performing some action like drag and drop, updating events, refreshing scheduler and its not consistent. event fields have all the values

PrintFlow4D/:15 ERROR Error: Uncaught (in promise): Error: Unknown identifier ModelClass-28586286-1-2150_5 pt 1.$.endDateDirection
Error: Unknown identifier ModelClass-28586286-1-2150_5 pt 1.$.endDateDirection
at throwUnknownIdentifier (schedulerpro.module.js:173136:9)
at EngineTransaction.addEdge (schedulerpro.module.js:173857:9)
at EngineTransaction.onReadIdentifier (schedulerpro.module.js:173897:33)
at EngineTransaction.calculateTransitionsStackGen (schedulerpro.module.js:174022:47)
at calculateTransitionsStackGen.next (<anonymous>)
at EngineTransaction.calculateTransitions (schedulerpro.module.js:173935:19)
at calculateTransitions.next (<anonymous>)
at schedulerpro.module.js:172692:23
at Generator.next (<anonymous>)
at asyncGeneratorStep (asyncToGenerator.js:3:1)
at throwUnknownIdentifier (schedulerpro.module.js:173136:9)
at EngineTransaction.addEdge (schedulerpro.module.js:173857:9)
at EngineTransaction.onReadIdentifier (schedulerpro.module.js:173897:33)
at EngineTransaction.calculateTransitionsStackGen (schedulerpro.module.js:174022:47)
at calculateTransitionsStackGen.next (<anonymous>)
at EngineTransaction.calculateTransitions (schedulerpro.module.js:173935:19)
at calculateTransitions.next (<anonymous>)
at schedulerpro.module.js:172692:23
at Generator.next (<anonymous>)
at asyncGeneratorStep (asyncToGenerator.js:3:1)
at resolvePromise (zone.js:1214:31)
at zone.js:1121:17
at zone.js:1137:33
at _ZoneDelegate.invoke (zone.js:375:26)
at Object.onInvoke (core.mjs:14882:33)
at _ZoneDelegate.invoke (zone.js:374:52)
at Zone.run (zone.js:134:43)
at zone.js:1278:36
at _ZoneDelegate.invokeTask (zone.js:409:31)
at core.mjs:14556:55


Post by ghulam.ghous »

Hello,

I am not able to reproduce this issue. Can you please try in our online demo and see if you can reproduce the issue there? https://bryntum.com/products/scheduler/examples/frameworks/angular/drag-between-schedulers/dist/drag-between-schedulers/

If not please provide us with a minimal test case where we can debug and repro the issue.


Post Reply