-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support for redmine 3.4.x #42
Comments
Hi @bassbumper , I will give it a look as soon as possible and I will get back to you. Thanks for the feedback. |
That would be great.
If I try to install the plugin on redmine version 3.4.3, the usual command does not trigger any action (table creation, view created, etc)
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
It just lists the plugin for migration but does not execute any actions.
There seems to be an issue the the CSS as well. The admin pages look strange.
![image](https://user-images.githubusercontent.com/33487635/38240355-ab9f0d0c-372f-11e8-9933-8851c85f2eba.png)
and you cannot select a date for the release log. You have to enter it manually trying to enter the right format.
![image](https://user-images.githubusercontent.com/33487635/38241383-58fa2624-3732-11e8-8118-5dfd1fadae45.png)
I also found an issue which also exists for redmine version 3.3 -> You cannot delete existing log entries.
If you click the "remove" button for an entry it disappears from the list. You click "Save" button afterwards to save the release log. If you open the same release log again the entry is visible again.
Thanks
|
Hi, migration seems to work. It was my mistake as I did not truncate the schema_version table after installing the new redmine version and moved some historic data. So DB tasks did not trigger. After deleting the corresponding entries, DB task where executed. So no issue here. |
@bassbumper Great! Should we close this issue then? |
As I could fix the icon and calendar issue with some small code changes (at least for redmine 3.4.4.) as well we could close the issue. |
Hi,
I try to get it running on the current version 3.4.x.
But I ran into issues while running migration process (no tables created, etc).
Is there anything to change to support 3.4.x?
The text was updated successfully, but these errors were encountered: