mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-29 05:00:08 +02:00
Added an help text for the URL/Ressource input field for attachments.
This commit is contained in:
parent
0fc987f017
commit
d3162a0d75
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ class AttachmentFormType extends AbstractType
|
|||
//Disable browser autocomplete
|
||||
'autocomplete' => 'off'
|
||||
],
|
||||
'help' => $this->trans->trans('attachment.edit.url.help'),
|
||||
'constraints' => [
|
||||
$options['allow_builtins'] ? new UrlOrBuiltin() : new Url()
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue