-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Meta] Motion Forward: motion identifier not shown and Error thrown in console #3605
Comments
If I click on the link to move to the origin/forwarded meeting then I can reproduce the Error I can not reproduce the first bug I'll make a Meta Issue out of this and edit the description accordingly |
After the steps clicking on forward/origin shows the "not found" in Motion header. I don't see an error here. |
The motion-detail header needs a I see sometimes an motion is null error. This happens, if motion-meta-data getSubscriptions no motion is found for the motion.id. I can suppress the error with a filter not null. But I think, sth is broken here. |
Stop here for now. |
I cannot reproduce the 'Motion not found' part |
I've tried to reproduce it, but it works fine in the current OS version 4.1.9. Because of this, I've changed the issue text. The issue can now be closed after the second part of it is fixed and merged. |
The first bug from the meta issue is still relevant I could reproduce it once |
I agree with you. Tried it again. I can reproduce it with one motion in our test environment, but it doesn't occur with every motion. Not sure, what exactly caused the title loading bug. |
the get errorMessage() in the detail-view.component.ts returns the string ("Motion not found") if the motion.number is not loaded while trying to access it |
I could reproduce the bug rather reliably in a productive instance as follows:
I cannot reproduce it reliably in a dev environment ( autoupdateOnSharedWorker: true or false) tested in chromium |
I think I found the cause of this while working on #4023. In The cause could be that on motion switch the active meeting subscription gets unsubscribed too early. We should check if #4024 fixes this after it is finished. |
Description:
When opening a forwarded motion from the original motion, the motion identifier is displayed incorrectly in the target event. Instead of "Motion 03", for example, "Motion not found" is displayed.
At the same time, an error message appears in the console. I cannot say whether this is the cause or whether another error is occurring at the same time.
target meeting with wrong motion identifier:
error message after forwarding:
Reproduction:
0. Activate motion forwarding in two committees and create a meeting in each one
What should happen:
The text was updated successfully, but these errors were encountered: