Ilogeek/redmine_issue_dynamic_edit

0.8.1 Page not found

ashrafalzyoud opened this issue · 5 comments

give page not found when i click in buttom refresh data in subtask
Page not found

@Ilogeek

Yes ?

There are problems in parent and subtasks there are button refresh
It's give page not found

I have the same problem after the update.
I don’t understand why they added this button, it looks terrible.

@ashrafalzyoud @openncomp thank you very much for your help and kind words
Comments and code proposal were really helpful and motivational (+1 for the comment with only my nickname just because you're impatient) 👍

You can still hide the button by commenting this line :

$('.issue.details div.subject').append('<button class="refreshData">&#10227;</button>');

Last commit should resolve the issue (the refreshData button must only appears for current issue and not subtask, there was also an issue clicking on the button)