okfn / ckanext-glasgow

CKAN Extensions specific to Open Glasgow
GNU Affero General Public License v3.0
0 stars 1 forks source link

Order by clears the Organisation filter #60

Open Nithyavasudevan opened 10 years ago

Nithyavasudevan commented 10 years ago
  1. Open "https://ckanfrontend.cloudapp.net/" as an anonymous user
  2. Click on datasets link on top. Takes you to datasets page which displays 7 datasets. image
  3. Click on the organisation "Glasgow City Council" on the left which shows you the datasets within that organisation, Ordered by relevance.
  4. Now change the order by to "Name Ascending".
  5. Note that it clears the org filter on the left and now shows you all 7 datasets again ordered by name ascending.

image

amercader commented 10 years ago

This is bug in CKAN core. Until it doesn't get fixed and backported we will add the fix to the extension.

https://github.com/ckan/ckan/pull/1791

Nithyavasudevan commented 10 years ago

thanks.. let me know once this is done so i can retest..