Ilogeek / redmine_issue_dynamic_edit

Allows users to dynamically update (AJAX) issue's attributes from issue details page without any refresh (JIRA like)
http://www.redmine.org/plugins/redmine_issue_dynamic_edit
MIT License
137 stars 55 forks source link

Unexpected format on issue detail page #5

Closed mubat closed 7 years ago

mubat commented 7 years ago

We have an another result of using plugin. Plugin version: 0.3.0

On custom (Hardpixel) layout: screenshot from 2017-08-19 11-20-01

On default (Classic) layout: screenshot from 2017-08-19 11-20-37

Ilogeek commented 7 years ago

Hello Mubat,

Edit fields are correctly created and inserted but it seems that JS and CSS files from the assets directory aren't loaded. This 2 files give the aspect and move fields to their correct places.

In the source code of the page, do you have any mention of issue_dynamic_edit.cssand issue_dynamic_edit.js ? (eg : <link rel="stylesheet" media="screen" href="/plugin_assets/redmine_issue_dynamic_edit/stylesheets/issue_dynamic_edit.css" />at top of the page and <script src="/plugin_assets/redmine_issue_dynamic_edit/javascripts/issue_dynamic_edit.js"></script> just before the body closing tag ?) If you have them, do they exist on your server or does it give you a 404 error ?

Is there any JS error in the Javascript console of your browser ?

TrumanRu commented 7 years ago

Maybe would be enough to press Ctrl+F5 to reload cached page.

mubat commented 7 years ago

Problem resolved. I had clone plugin to folder named issue_dynamic_edit, and plugin has hard web path to assets.