We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the reports listing view is messy and inefficient. Merge in a few improvements from custom deployments
url::site('reports')
url::site().'reports'
The text was updated successfully, but these errors were encountered:
Don't reload incidents with ORM in reports listing view ushahidi#857
79494e0
Removes about 1 query per report listed, and makes it easier to mess with the reports passed to the listing
Better use of url::site() in views/reports/list.php ushahidi#857
78972ba
Use uri parameter of url::site() rather than manually joining strings this improves readability of the code
Add helper methods for getting incident URLS ushahidi#857 ushahidi#853
cb39fea
These are used in the json controller and reports listing
Add event to reports/reports_js view to allow adding extra filters us…
0123461
…hahidi#857 Adds event: ushahidi_action.report_js_filterReportsAction
Fix incident url helper and use it in reports/list view ushahidi#857
abf1c5f
No branches or pull requests
Currently the reports listing view is messy and inefficient. Merge in a few improvements from custom deployments
url::site('reports')
noturl::site().'reports'
The text was updated successfully, but these errors were encountered: