We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c72597 + 08c1e2e commit 02aefecCopy full SHA for 02aefec
grails-app/views/shared/_sites.gsp
@@ -49,7 +49,7 @@
49
var facetsUsed = false;
50
<g:if test="${params.fq}">
51
<g:set var="fqList" value="${[params.fq].flatten()}"/>
52
- url += "&fq=${fqList.collect{it.encodeAsURL()}.join('&fq=')}";
+ url += "&fq=${raw(fqList.collect{it.encodeAsURL()}.join('&fq='))}";
53
facetsUsed = true;
54
</g:if>
55
<g:if test="${params.fromDate}">
src/integration-test/groovy/au/org/ala/fieldcapture/ProjectExplorerMapTabSpec.groovy
@@ -10,7 +10,6 @@ class ProjectExplorerMapTabSpec extends StubbedCasSpec {
10
useDataSet("dataset_project_sites")
11
}
12
13
- @Ignore
14
// Temporarily ignoring this test as it seems that google maps is not loading
15
void "The project explorer displays a list of projects"() {
16
0 commit comments