Details
-
Improvement
-
Resolution: Fixed
-
Major
-
1.8.2
-
None
-
Integration
-
Unknown
-
Description
In the new WYSIWYG editor, when creating a link towards an attachment, the user is currently expected to fill the "label" field. Not doing so results in a JS error to be thrown. This behavior will make the user freak out.
In order to improve this situation, the suggested solution is the following:
- On the "Edit link parameters", automatically input the filename as a label (the user can edit it)
- If the user chooses to edit a link pointing towards an attachment, implement the following check:
- If the label is the same as the finename -> update the label with the name of the new file
- If the label differs from the filename -> keep the label
Attachments
Issue Links
- relates to
-
XWIKI-4319 Allow to finish the wizards whenever no more mandatory parameters are left to fill
- Closed