Loriowar / redmine_issues_tree

Provides a tree view of the Redmine issues list
GNU General Public License v3.0
115 stars 72 forks source link

does it conflict with #47

Closed archonwang closed 7 years ago

archonwang commented 7 years ago

@Loriowar

I used the redmine_issues_tree (https://github.com/charleneChen/redmine_issues_tree_view) also, does it conflict each other? Thanks.

image

archonwang commented 7 years ago

my environment is

Environment: Redmine version 3.3.2.stable.16377 Ruby version 2.2.4-p230 (2015-12-16) [x86_64-linux] Rails version 4.2.7.1 Environment production Database adapter Mysql2

Loriowar commented 7 years ago

As I can see, you must select only one of this plugins due to incompatibility.

archonwang commented 7 years ago

@Loriowar Thanks for your reply, but unfortunately, I have installed two plugin and start the app server and run for some time. How can I fix the style problem. when issues have subtask, it seems not good~~ do you have any idea?

Loriowar commented 7 years ago

In current Redmine architecture you have two ways: improve one of this plugins and remove other one or write new one for fix incompatibility.

archonwang commented 7 years ago

@Loriowar , Thanks. I tried to remove the plugin and the cache, but still have the same problem..

or anything I have missed?

Loriowar commented 7 years ago

Very strange. Separately plugins must work well.

There is no any specifically actions for removing. Simple remove a directory with plugin and restart web-app. A probably reason can be in using a assets pipeline. But for Redmine this one disable by default. So, if you have enabled pipeline, you must recompile assets. I don't know other variants of this behaviour. If you can find a reason, please, say about that. Otherwise I try to repeat this locally.

archonwang commented 7 years ago

@Loriowar Thanks. I will tried it if I have fixed the problem...

archonwang commented 7 years ago

urrr,, it seems not solve the problem... I tried to use command line to recompile assets. RAILS_ENV=production bundle exec rake assets:precompile

but not effective...

archonwang commented 7 years ago

@Loriowar , Thanks. I found the plugin is ok, it caused by another plugin .

Loriowar commented 7 years ago

Is problem was in charleneChen/redmine_issues_tree_view or in an other plugin? If cause is other plugin, please, tell me a name of it. I want to add this one to Readme as an information for other users.

archonwang commented 7 years ago

@Loriowar , you are welcome, I have informed the author of plugin named contracts to fix the issue. and in the fork repo of FireMartZ (you can check it on https://github.com/FireMartZ/redmine-contracts-with-time-tracking-plugin )has fixed the issue.

the issue infomation is here: https://github.com/upgradeya/redmine-contracts-with-time-tracking-plugin/issues/62

Thanks.