Skip to content

Commit

Permalink
Fix the symbol for the required field is not displayed with Location
Browse files Browse the repository at this point in the history
Signed-off-by: kaido207 <kaido.hiroki@fujitsu.com>
  • Loading branch information
kaido207 committed Nov 29, 2023
1 parent 5ce7c01 commit 11e5e2e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -24,6 +24,7 @@
<!afterCreate
getClientId(component="$this{component}" clientId=>$page{locationPropId});
/>
<sun:textField id="hiddenText" visible="#{false}" text="required" required="#{true}"/>
<sun:radioButton id="uploadRdBtn" name="uploadRdBtn" label="$resource{i18n.deploy.chooseJarLabel}" selected="#{uploadRdBtn}" selectedValue="client"
onClick="admingui.deploy.uploadRdBtnAction('#{dirPathId}','#{dirSelectBtnId}','#{filSelectBtnId}','#{fileuploadId}','#{pageSession.radioChoosenId}')"
>
Expand Down

0 comments on commit 11e5e2e

Please sign in to comment.