#1107: Widgets / Search results / improve link layout
----------------------------------+-----------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
Type: enhancement | Status: new
Priority: minor | Milestone: v2.9.0
Component: User interface (web) | Version: v2.8.0RC1
Keywords: |
----------------------------------+-----------------------------------------
When having multiple links of the same type (eg. WMS), "add to map" icons
are displayed next to each other:
[[Image(geonetwork-sr-many-links.png)]]
Instead of the icon only layout, display dropdown button when relevant
with labels:
[[Image(geonetwork-sr-dropdown-links.png)]]
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1107>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#1107: Widgets / Search results / improve link layout
-----------------------------------+----------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
Type: enhancement | Status: closed
Priority: minor | Milestone: v2.9.0
Component: User interface (web) | Version: v2.8.0RC1
Resolution: fixed | Keywords:
-----------------------------------+----------------------------------------
Changes (by fxp):
* status: new => closed
* resolution: => fixed
Comment:
Fixed in 74d112834a77735f86c010ecf591abecb398c877
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1107#comment:1>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#1107: Widgets / Search results / improve link layout
-----------------------------------+----------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
Type: enhancement | Status: closed
Priority: minor | Milestone: v2.9.0
Component: User interface (web) | Version: v2.8.0RC1
Resolution: fixed | Keywords:
-----------------------------------+----------------------------------------
Comment(by landry):
I know it's way too late for 2.8.0, but can this be backported to 2.8.x
branch ? It fixes a bug caused by ticket 1008 fix - if i have such xml in
the md :
{{{
<gmd:protocol><gco:CharacterString>WWW:DOWNLOAD-1.0-http--
download</gco:CharacterString></gmd:protocol><gmd:name><gmx:MimeFileType
type="application/x-compressed">ZAC.zip</gmx:MimeFileType></gmd:name>
}}}
The code in Template.js which is now in 2.8.x branch will generate TWO
links for that download. Apparently the commit fixing that issue fixed
this (i have to test it) but this is only fixed in master..
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1107#comment:2>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#1107: Widgets / Search results / improve link layout
-----------------------------------+----------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
Type: enhancement | Status: closed
Priority: minor | Milestone: v2.9.0
Component: User interface (web) | Version: v2.8.0RC1
Resolution: fixed | Keywords:
-----------------------------------+----------------------------------------
Comment(by landry):
Can a snippet from this be backported to 2.8.x ? using 2.8.0 and the
sample dataset, the widgets UI shows two duplicated download icons for
each file attached for a metadata (basins.zip and phy.zip for example).
So, either backport the dropdown submenu, or just fix Template.js to not
show two icons (this was added in https://github.com/geonetwork/core-
geonetwork/commit/6e91b0d38ff82bd6cb18697268189d819cbfc720 when fixing
#1008)
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1107#comment:3>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.