You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The redmine_issue_dynamic_edit plugin is causing an issue in Redmine 6.0 where file fields do not display their names properly. The problem was identified during plugin testing and isolated to this specific plugin. Upon disabling the plugin, the file field names reappear and function as expected.
Steps to Reproduce:
Install and activate the redmine_issue_dynamic_edit plugin on Redmine 6.0.
Navigate to an issue with custom fields of type "File".
Observe that the file field names are not displayed.
Disable the redmine_issue_dynamic_edit plugin.
Refresh the same issue and observe that the file field names are displayed correctly.
Expected Behavior: File fields should display their names correctly regardless of the presence of the redmine_issue_dynamic_edit plugin.
Actual Behavior: File fields do not display their names when the redmine_issue_dynamic_edit plugin is active in Redmine 6.0.
Description:
The redmine_issue_dynamic_edit plugin is causing an issue in Redmine 6.0 where file fields do not display their names properly. The problem was identified during plugin testing and isolated to this specific plugin. Upon disabling the plugin, the file field names reappear and function as expected.
Steps to Reproduce:
Install and activate the redmine_issue_dynamic_edit plugin on Redmine 6.0.
Navigate to an issue with custom fields of type "File".
Observe that the file field names are not displayed.
Disable the redmine_issue_dynamic_edit plugin.
Refresh the same issue and observe that the file field names are displayed correctly.
Expected Behavior: File fields should display their names correctly regardless of the presence of the redmine_issue_dynamic_edit plugin.
Actual Behavior: File fields do not display their names when the redmine_issue_dynamic_edit plugin is active in Redmine 6.0.
Environment:
Redmine Version: 6.0.1.stable
Ruby Version: 3.1.0
Rails Version: 7.2.2
Database Adapter: PostgreSQL
Plugin Version: redmine_issue_dynamic_edit 0.9.2
The text was updated successfully, but these errors were encountered: