atlas-bi / Library

🤔📈 Atlas | The unified report library.
https://atlas.bi
GNU General Public License v3.0
15 stars 4 forks source link

[BUG] Clear all filters button doesn't work #433

Closed paysni closed 1 year ago

paysni commented 1 year ago

Issue

Clicking clear all filters breaks the search where no results or very little results populate.

How To Reproduce

search for a report, click a filter, then click clear all filters.

Looks like when clicking clear all filters the URL is lowercase instead of upper.

Fix

We fixed it on our side by modifying the Pages\Search\Paritials_Filter.cshtml file

Change this line: <a class="button is-warning is-fullwidth is-outlined has-text-dark" href="/search?query=@ViewBag.Query"> to: <a class="button is-warning is-fullwidth is-outlined has-text-dark" href="/Search?Query=@ViewBag.Query">

christopherpickering commented 1 year ago

:tada: This issue has been resolved in version 3.12.2-alpha.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

christopherpickering commented 1 year ago

:tada: This issue has been resolved in version 3.12.3-alpha.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

christopherpickering commented 1 year ago

:tada: This issue has been resolved in version 3.12.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: