Geoportal Server is a standards-based, open source product that enables discovery and use of geospatial resources including data and services.
246
stars
149
forks
source link
WIth Portal 10.3.1 the sorters node has changed #174
Closed
fleray closed 9 years ago
For the delpoyment on Portal for ArcGIS 10.3.1, the node "arcgisonline_sharing_dijit_Sorter_0" does no more exist and has been replaced by "sorters".
Add the paragraph : 10.3.1 DEPLOYMENT:
var targetNode = dojo.byId("arcgisonline_sharing_dijit_SearchResultsSimple_0"); var targetHeaderNode = dojo.byId("resultsLabel");
Change : var targetSortersNode = dojo.byId("arcgisonline_sharing_dijit_Sorter_0"); by : var targetSortersNode = dojo.byId("sorters");
This is necessary because the the Portal for ArcGIS search.html page changed some IDs of HTML elements at 10.3.1.