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
134 stars 56 forks source link

i have dublicate button "assignet to" #38

Closed juxta73 closed 5 years ago

juxta73 commented 5 years ago

hi @Ilogeek. thank you for great work

i have dublicate not clickable edit icon "assignet to". any idea why this is happening? http://supps.ru/temp/bug1.gif

Environment: Redmine version 3.4.7.stable.17764 Ruby version 2.5.3-p105 (2018-10-18) [x86_64-linux] Rails version 4.2.11 Environment production Database adapter Mysql2 SCM: Subversion 1.9.3 Git 2.7.4 Filesystem
Redmine plugins: bestest_timer 1.2.0 redmine_banner 0.1.2 redmine_checklists 3.1.11 redmine_ckeditor 1.1.5 redmine_issue_badge 0.0.6 redmine_issue_dynamic_edit 0.6.5 redmine_lightbox2 0.4.3 redmine_recurring_tasks 0.2.3

Silex commented 5 years ago

Same problem here.

From a quick read, this is because of #usersListDropdown and select#issue_assigned_to_id both being ajaxified for dynamic update, which results in redundant button.

tempris commented 5 years ago

I added the following to my css styles in order to hide it for the time being (not a real permanent solution):

body.controller-issues.action-show .assigned-to .value > .fa-pencil {
    display: none !important;
}
Ilogeek commented 5 years ago

Hi,

Thank you for your feedbacks. Sounds like the same issue as #31 and I've updated the plugin to avoid this kind of problem on the last Redmine version. Don't hesitate to reopen this ticket if the issue still appears.

If you find the plugin helpful, please take a minute to star it on Github and rate it 5 stars on http://www.redmine.org/plugins/redmine_issue_dynamic_edit 👍