Opened 13 years ago
Closed 13 years ago
#709 closed (fixed)
Upload file allows to save without selecting a local file
Reported by: | Gregory Vincic | Owned by: | olle |
---|---|---|---|
Milestone: | Proteios SE 2.14.0 | Keywords: | |
Cc: |
Description
This should not be possible. An error message should be written telling the user what is missing.
Change History (4)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
(In [3909]) Refs #709. Class/file action/file/SaveFile.java in client/servlet/ updated to display an error message if no file has been selected:
- Public method
void runMe()
updated to check that the name
of a file item is not null
or an empty string before attempting
to save the item. If no item name exists, the method returns with
an error message set that asks the user to select a file to upload.
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The ticket is closed, as a solution has been found to the described problem. Should the problem reappear, or undesired side effects to the current solution be seen, this ticket may be reopened, or a new ticket created.
Ticket accepted.