Skip to content

Commit 02aefec

Browse files
authored
Merge pull request #3405 from AtlasOfLivingAustralia/feature/issue3402
Feature/issue3402
2 parents 2c72597 + 08c1e2e commit 02aefec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

grails-app/views/shared/_sites.gsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
var facetsUsed = false;
5050
<g:if test="${params.fq}">
5151
<g:set var="fqList" value="${[params.fq].flatten()}"/>
52-
url += "&fq=${fqList.collect{it.encodeAsURL()}.join('&fq=')}";
52+
url += "&fq=${raw(fqList.collect{it.encodeAsURL()}.join('&fq='))}";
5353
facetsUsed = true;
5454
</g:if>
5555
<g:if test="${params.fromDate}">

src/integration-test/groovy/au/org/ala/fieldcapture/ProjectExplorerMapTabSpec.groovy

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class ProjectExplorerMapTabSpec extends StubbedCasSpec {
1010
useDataSet("dataset_project_sites")
1111
}
1212

13-
@Ignore
1413
// Temporarily ignoring this test as it seems that google maps is not loading
1514
void "The project explorer displays a list of projects"() {
1615

0 commit comments

Comments
 (0)