Skip to content
New issue

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

fix map search with latest ckanext-spatial #169

Merged
merged 1 commit into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
206 changes: 0 additions & 206 deletions ckanext/datagovtheme/fanstatic_library/scripts/spatial_query.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,10 @@ border-radius: 10px;
.control-order-by select {
margin-bottom: 0;
}
#dataset-search.search-form .control-order-by label,
#dataset-search.search-form .control-order-by select {
display: block;
}
.secondary .module .module-content.empty {
font-size: 13px;
}
Expand Down
2 changes: 1 addition & 1 deletion ckanext/datagovtheme/templates/package/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Federal datasets are subject to the U.S. Federal Government <a href="https://data.gov/user-guide/"><b>Data Policy</b></a>. Non-federal participants (e.g., universities, organizations, and tribal, state, and local governments) maintain their own data policies. Data policies influence the usefulness of the data. <a href="//www.data.gov/catalog-help"><b>Learn more</b></a> about how to search for data and use this catalog.
</div>

<form id="dataset-search" class="dataset-search clearfix" method="get" data-module="select-switch">
<form id="dataset-search" class="search-form clearfix" method="get" data-module="select-switch">
{% set search_placeholder = 'Search collection...' if request.args.collection_package_id else 'Search datasets...' %}
<span class="control-group search-giant">
<label for="search-big" class="hide">{{ _('Search datasets') }}</label>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='ckanext-datagovtheme',
version='0.2.1',
version='0.2.2',
description="CKAN Extension to manage data.gov theme",
long_description=long_description,
classifiers=[
Expand Down
Loading