We have a conflict popup that dosen't close when we click to the X icon.
Our current Gantt version is 5.3.8.
When we are using previouos Gantt version (5.1.1) with the exact the same DB and the same data this popup could be closed by X, but with 5.3.8 it can't.
It looks like changing Gantt version something is changed, and now we can't close popup without clicking resolutions. (client wants to continue closing it by pressing X)
We cannot say what is wrong in 5.3.8. But I have tried on the latest version and it can be closed with the cross icon. See this clip and I have tried on the following example: https://bryntum.com/products/gantt/examples/advanced/
Maybe try some higher version like 5.4 or 5.5 and see if it is fixed. I was only able to find this ticket which seems irrelevant to your usecase: https://github.com/bryntum/support/issues/8514
Maybe try some higher version like 5.4 or 5.5 and see if it is fixed. I was only able to find this ticket which seems irrelevant to your usecase: https://github.com/bryntum/support/issues/8514
Hi, we have tried to update to the 5.6.1 version, but the behavior remains the same.
If you notice - you have a dialog with 2 buttons, APPLY and CANCEL.
In our case we have just one button APPLY.
We cannot fix something which is broken in the older versions. I would say try to reproduce the issue in our online examples: https://bryntum.com/products/gantt/examples/conflicts/ and only then we can able to help you. Otherwise we will have to ask you to upgrade.
Hi, I have attached a 5.6.10 version with a localized project which you can run locally and its source code.
Also attached 2 videos to show the difference in conflict popup behavior between 5.3.8 and 5.6.10.
Can we have on the 5.6.10 the same possibility to close popup by pressing X ?
The Cancel button is hidden if the Popup code evaluates canCancel as false
And canCancel is returned as false if this.project?.isInitialCommit
So if the loaded data from the database has conflicts, they must be fixed.
Hi Animal, how can we handle the canCancel property in our project, so we can close popup by X?
(I know it sounds strange, but we are ok if conflicts appears)