-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Future Dev
When you dynamically add filters to report builder the url doesn't change, it's fixed eg like:
/reportbuilder/view.php?id=4
When you add filters it should use history.replaceState to update the url to include the filters as query params. Something roughly like:
/reportbuilder/view.php?id=4&username=contains:heywood&firstname=startswith:brendan
If params are present in the url then they should take precedence over any params stored in the session.
- blocks
-
MDL-82173 Search cron logs based on custom data OR task id
- Development in progress
- has a non-specific relationship to
-
MDL-71934 Improve searchlib? into a fully featured expression language eg MQL / Moodle query Language
- Open
-
MDL-80379 Add universal free text search for report builder
- Open
-
MDL-67685 Tasks log: improve class name filter
- Closed
- will help resolve
-
MDL-73291 Allow downloading of report builder using web service api keys
- Open