1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

fixed missing details in routes/table/.../filtered output

This commit is contained in:
Annika Hannig 2022-08-02 10:53:34 +02:00
parent 7f1eb5a0e4
commit 8dd9d81592

View file

@ -468,7 +468,7 @@ func RoutesTable(useCache bool, table string) (Parsed, bool) {
func RoutesTableFiltered(useCache bool, table string) (Parsed, bool) {
table = remapTable(table)
cmd := routesQuery("table '" + table + "' filtered")
cmd := routesQuery("table '" + table + "' all filtered")
return RunAndParse(
useCache,
GetCacheKey("RoutesTableFiltered", table),