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

[Feature] Introduce Individual User Control of Dynamic Edit Using `[Disable Issue Dynamic Edit]` Field #118

Open hicucu opened 9 months ago

hicucu commented 9 months ago

Description

Allow Users to Opt Out of Login Alerts While Using "Keep me logged in" Feature This feature allows administrators to add a new boolean user custom field, [Disable Issue Dynamic Edit]. When added, this field enables individual users to control the activation or deactivation of Dynamic Edit. If the user custom field does not exist, the behavior remains the same as before. However, when the field is added, users gain the option to make a selection.

Additional Notes

To use this feature, administrators must: Add a custom field [Disable Issue Dynamic Edit] of type Boolean.

image