Actions
Defect #43804
openCustom field preview does not work on bulk issue edit
Resolution:
Affected version:
Description
The preview for custom fields does not work on the bulk issue edit screen.
Steps to reproduce
1. Create a custom field. Set the format to Long text, and enable Text formatting and Full width text.
2. Access /issues and select multiple issues from different projects.
3. Choose Bulk edit from the context menu.
4. Enter text into the custom field, then click the Preview tab. The content is not displayed.
PreviewsController#issue expects project_id, but project_id is not sent from the bulk edit preview request.
As a result, the preview request returns 404, and the preview is not displayed.
Files
Updated by Kenta Kumojima about 5 hours ago
- File fix_preview_path.patch fix_preview_path.patch added
This patch changes the custom field preview to use preview_text_path, in the same way as comments.
Updated by Go MAEDA about 2 hours ago
- Status changed from New to Confirmed
- Target version set to Candidate for next minor release
Actions