How to reproduce
- Connect to cms
- edit a content
- add a file field
- set a rule extension to ".jpg"
- Save
- fill the form with a picture "test.JPG"
- submit
Actual behavior
- A message is displayed in a new window that the file has not a valid extension
- no tooltip to help the contributor to define the extension, how to set more than one? should I set .jpg or only jpg...?
Expected behavior
- a pop-up instead of a new page
- a tooltip to explain how to set this field
- no case sensitive
[FORMS-70] file extension in forms is case sensitive and requires a tooltip
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Component/s | New: Back Save [ 10101 ] | |
Component/s | Original: Back Inline editor [ 10100 ] | |
Fix Version/s | New: 1.0 [ 10252 ] |
There is a popup, but in your case, the js part says that its ok (and it is) but the java part does not and this is an issue.
When you enter a wrong value, a popup explains you how to enter correct values. This will be fine.
As I explain above this is not case sensitive in js, but in java.