Opened 9 years ago
Last modified 7 years ago
#6957 new enhancement
Too specific "nothing found" message for activity loop
Reported by: | slaFFik | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Contributions | Priority: | normal |
Severity: | normal | Version: | |
Component: | Activity | Keywords: | needs-patch good-first-bug |
Cc: |
Description
When nothing found for an activity loop (like directory or user's activity feed), this message is shown:
Sorry, there was no activity found. Please try a different filter.
In my opinion it's too specific for Activity component and its filters. Any custom component can use this template and do not register (or completely unregister) any filters, thus the Please try a different filter.
part becomes obsolete.
There are 2 possible solutions:
- eliminate this last sentence in this message
- introduce a filter for this message, so it can be changed based on requirements.
Change History (3)
Note: See
TracTickets for help on using
tickets.
This sentence is written in the template file so users can override the template file and modify this sentence. Let me know if we need to provide a filter and change the message and I can provide a patch for that.