Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redmine_issue_dynamic_edit plugin causes file fields to not display names in Redmine 6.0 #127

Open
carlos0424 opened this issue Nov 25, 2024 · 0 comments

Comments

@carlos0424
Copy link

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant