-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
develop: multiple flightpath dockingwidget updates only local new flighpathes #2269
Comments
So, I tried debugging the errors I've been encountering while switching between operations. I was able to consistently reproduce the errors (e.g., So far i think that the
I'll be digging deeper into the I'm still unsure of the exact cause of the synchronization issue or what i think is correct or not, but I'll continue investigating and provide further updates. what do you think? |
You can write a test which reproduces the problem. In tests/_test_msui/test_mscolab.py are examples for login etc. |
An other problem I look at |
yes i have been trying to figure out that |
okey |
The issue shows two bugs, the list of operations in the widget gots not extended and it crashes with selection of the not listed operation. |
Are you going to work on this now? |
There are two ways how we can get new operations in the list, one is to add an operation the other is someone adds you to an operation. In both cases the docking widget needs to update its list. This means always when the UI reloads the operation list because of an event the docking widgets list needs to become updated too. Both ways currently are not working when we have the case described above. A workaround is to cycle login. |
No, I want to make a 9.0.0 release, and the work on this likly get's continued by you :) I provided a test which currently uses the add_operation which is a second path to get to new operations and some infra structure so it could become implemented. The create "new", or "delete" operation is not covered by that test yet. I also set it to xfail because we know that it fails. The two other features can become derived from the test. |
When starting with local fligtpathes and the multiple flightpath dockingwidget a traceback occures when you then login.
Also the new operation is not shown.
The text was updated successfully, but these errors were encountered: