Maxim Gorkovskiy
Maxim Gorkovskiy
Steps to reproduce on advanced demo: 1. enable transactions `gantt.enableTransactionalFeatures = true` 2. open task editor on task `Setup load balancer` 3. move task one day ahead, keep window open...
Current implementation with auto recording STM may lead to a problem: 1. task is added, stm is still auto recording 2. sync request sent 3. response received and being applied...
Reported here; https://forum.bryntum.com/viewtopic.php?t=27134 Reproducible on the online advanced demo with transactionalFeatures enabled
Steps to reproduce on the advanced demo: 1. Move task 1.1.1 (Install Apache) out to put a constraint on it 2. Copy and paste, and the new task has a...
Say two clients have work on the same project who both add two tasks to the same place in the tree and send each other this change. Every client will...
Current implementation uses two `project.commitAsync` calls some preparation involving STM, processing, postprocessing, etc. If we want to apply multiple changesets it should be more effective to apply them at once,...
There is a new API allowing to sync changes between projects - `applyProjectChanges` which is used to update app via Websocket messages. However, this API breaks the base assumption components...
[Forum post](https://forum.bryntum.com/viewtopic.php?f=54&t=29913&p=151500#p151500) Hi, I was facing one issue when i used print functionality. which was, on print agenda view the content was cotting off. which seems to be resolved now,...
Reported here: https://forum.bryntum.com/viewtopic.php?f=52&t=30061&p=152547#p152547 Reproducible on advanced Gantt demo. 1. Replace on add task click handler ``` async onAddTaskClick() { const { gantt } = this, added = gantt.taskStore.rootNode.appendChild({ name :...
Reported here: https://forum.bryntum.com/viewtopic.php?f=52&t=30056&p=152506#p152506 Steps to reproduce: 1. use this dataset with gantt advanced demo: [launch-saas.json](https://github.com/user-attachments/files/16579269/launch-saas.json) 2. in `app.js` comment out view start/end dates 3. set system time zone to Cairo...