-
Notifications
You must be signed in to change notification settings - Fork 4
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
some another incompatibles with another plugin #32
Comments
I tried to use the latest
But I get this error constantly in the web console:
The redmine_rt plugin is not installed. UPDATE:
So in client javascript I have LOCATION_HREF="http://192.168.225.201:3000/issues/19?tab=history"
So it would try to get
which of course would fail.
and then this issue was solved and i could see the issue details being updated in realtime.
The above happens no matter if the LOCATION_HREF is clean or not. As the result of
is null. However, since you are not seeing these problems probably you are using a different or a patched version of this plugin. Anyway, since I can see the issue, I have created an PR: Also this explains the journal being added in duplicity. |
I could not recreate the error with redmine_hearts yet but regarding the heart not showing up in added notes it is documented here (but no solution): #34 |
Also, to simplify discussion, it is better to report only one problem per issue. |
Regarding the "This issue has been updated by someone else while you are editing it. ",
I tested and it works. However since it doesn't check for realtime changes, the fields are not updated when someone else updates the fields. I'm planning to eventually work to integrate redmine_issue_dynamic_edit with redmine_rt. |
Checking again, you are correct when you say The problem is that both redmine_rt and redmine_issue_dynamic_edit are not checking which is the tab that is currently active. The journal must be added anyway but it must have visibility adjusted according to the active tab. |
Hi, I am here. Sorry for the delay in responding.
As expected, nothing works - not even issue_dynamics_edit (it's a bit weird, but it doesn't matter).
Question: What did I forget? To run redmine, I use the command: |
webrick probably doesn't have full WebSocket support as seen by
Try using default webserver puma by doing:
UPDATE: also, webrick can be used at most for development. It is not suitable for production. |
I think issues mentioned here were solved/explained. |
Regarding your comment in redmine_issue_dynamic_edit PR 110, it is better to remove it as it will confuse the author (he doesn't need to know those details and the more he has to read and try to understand, the more time it will take for the PR to be accepted). |
Hi, I find some another Incompatibles with plugins:
And when Issue updates via issue_dynamics_edit the plugin adds 2 entries about this to the "notes" tab, although it should not add any:
and when he add the comment, comment does not have a heart - we need to refrest the page:(
The text was updated successfully, but these errors were encountered: