Opened 10 years ago
Closed 10 years ago
#28963 closed defect (bug) (fixed)
Media type filter and search error message in modal has changed
Reported by: | paulwilde | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Media | Keywords: | needs-patch |
Focuses: | ui | Cc: |
Description
The error message when you filter by media type and get no results has changed from 3.9. This is the same when searching too.
Previously a properly aligned message would display with the ability to upload files. Now it just shows some generic text that is no longer aligned.
Attachments (5)
Change History (12)
#4
@
10 years ago
Needs a decision about the strings and the button size. Have in mind, that the view is currently shared with the media grid.
#5
@
10 years ago
In [29364] data.message = this.options.message;
was added, means "No items found." exists now always and .has-upload-message
is set, which produces different margins, see ticket:28851:16. Have to check how this was set in 3.9.
Note: See
TracTickets for help on using
tickets.
In 29364: