This issue has been created
There are 2 updates.
 
 
Release Notes Application / cid:jira-generated-image-avatar-61f1ff89-e272-4744-905c-6cc10ce7d38f RN-96 Open

The product field of the release note and change forms has no placeholder

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-78560131-07e2-4a15-9168-c8131ea298b7 Vincent Massol created this issue on 02/Sep/26 09:23
 
Summary: The product field of the release note and change forms has no placeholder
Issue Type: cid:jira-generated-image-avatar-61f1ff89-e272-4744-905c-6cc10ce7d38f Bug
Affects Versions: 2.4.1
Assignee: Unassigned
Components: Application
Created: 02/Sep/26 09:23
Priority: cid:jira-generated-image-static-major-e284c22b-b1f0-499c-99d0-f400ae9faf91 Major
Reporter: Vincent Massol
Description:

Problem

The "Add Release Note" form of the application home page and the "Add Release Change" form of Code/HomeReleaseChanges each pair a product input with a version input. The version input tells the user what to type through a placeholder attribute. The product input has no prompt at all: its only content is the default product name read from Code/ReleaseNotesConfig.

Since RN-77 ships an empty default product name, so that the administrator has to choose one, the product input renders as an empty box with nothing in it, next to a version box that reads "e.g. 8.3-milestone-1". Reported on xwiki.org by Simon Urli, see the attached screenshot.

RN-93 then gave every text input of the three forms both a <label> and a placeholder – except the two product inputs, which got only a label. They are still the only text inputs of these forms with no prompt of their own.

Fix

Give the two product inputs a placeholder, through new releasenotes.releases.add.product.placeholder and releasenotes.changes.add.product.placeholder translation keys, like every other text input of these forms.

 
 

2 updates

 
cid:jira-generated-image-avatar-78560131-07e2-4a15-9168-c8131ea298b7 Changes by Vincent Massol on 02/Sep/26 09:23
 
Fix Version: 2.5.1
Attachment: product-field-no-placeholder.png