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

Cant edit anything except title and description #34

Closed LamtecUser closed 5 years ago

LamtecUser commented 6 years ago

Cant edit anything except title and description. snippet

Anch9999 commented 6 years ago

Hi @LamtecUser

Maybe you can try to use this way to fix it. Issue#32 I also occurred to this problem before, but now I can't reproduce this bug again.

anatoly-kryzhanovsky commented 5 years ago

i has same issue and this fix didn't help me

anatoly-kryzhanovsky commented 5 years ago

some update - i can see that first problem is that there are issues with markup. in my redmine (3.1.0 stable) table with issue info has following structure: table (class attributes) tbody tr th (class status) Status: td In Progress

but in js i see that you use following selector: $('.details .attributes .status.attribute .value') i try to fix this code and now i can see pencil icon on each field but no edit available (no js errors in console)...

Ilogeek commented 5 years ago

Hi,

Thank you for your feedback. We will try to find a solution for this issue but I need more info to help you with :

I'll try to reproduce the issue using markdown in the description of the Redmine issue