Project

General

Profile

Dont work drag and drops and colors in plugin

Added by ilya sferg about 3 years ago

Hello, everyone. Installed Redmine on Ubuntu 20.04 with Apache and MariaDB. Redmine versions 4.0.6.stable and Ruby 2.7.0-p0 versions and Rails 5.2.3. I install plugins like Agile or Kanban board. But in all plugins of this type, dragging does not work and the colors of the cards are not shown. I have a feeling that I have some problems with Java.
In log files i have this errors
ActionController::RoutingError (No route matches [GET] "/plugin_assets/redmine_agile/stylesheets/redmine_agile.css"):
ActionController::RoutingError (No route matches [GET] "/plugin_assets/kanban/javascripts/jquery.floatThead.js")
What can I do?


Replies (2)

RE: Dont work drag and drops and colors in plugin - Added by ilya sferg about 3 years ago

If anyone have same problem do this

/etc/apache2/sites-enabled/001-redmine.conf

I added this:

Alias "/plugin_assets/" /var/cache/redmine/default/plugin_assets/
<Directory "/var/cache/redmine/default/plugin_assets">
Allow from all
Options -MultiViews
Require all granted
</Directory>
restart apache and it should work

RE: Dont work drag and drops and colors in plugin - Added by Dimitar (RedmineUP) over 1 year ago

Hi Ilya,

This is Dimitar from the RedmineUP Support Team.

We highly appreciate the effort you put into finding the solution as well as your feedback. Glad to know that the plugin is running as expected now.

However, if any other questions or problems arise, please feel free to contact us at . Thanks. :)

ilya sferg wrote:

If anyone have same problem do this

/etc/apache2/sites-enabled/001-redmine.conf

I added this:

Alias "/plugin_assets/" /var/cache/redmine/default/plugin_assets/
<Directory "/var/cache/redmine/default/plugin_assets">
Allow from all
Options -MultiViews
Require all granted
</Directory>
restart apache and it should work

    (1-2/2)