[GeoNetwork-devel] [GeoNetwork opensource Developer website] #568: Helpers cannot be used for Select box information

#568: Helpers cannot be used for Select box information
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
     Type: enhancement | Status: new
Priority: minor | Milestone: v2.6.5
Component: General | Version: v2.6.4
Keywords: |
--------------------------+-------------------------------------------------
At present, the 'helper' functionality is restricted to text box
information.

The attached patch allows it to be used for select boxes too, and provides
a sample implementation for gmd:language.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/568&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
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.

#568: Helpers cannot be used for Select box information
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
     Type: enhancement | Status: new
Priority: minor | Milestone: v2.6.5
Component: General | Version: v2.6.4
Keywords: |
--------------------------+-------------------------------------------------

Comment(by justinrowles):

Here's an example of what goes in the labels.xml file to make that
functionality appear:

     <element name="codeListValue" context="gmd:language" id="39.0">
         <helper>
             <option value="eng">English</option>
             <option value="wel">Welsh</option>
         </helper>
     </element>

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/568#comment:1&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
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.

#568: Helpers cannot be used for Select box information
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
     Type: enhancement | Status: new
Priority: minor | Milestone: Future release
Component: General | Version: v2.6.4
Keywords: |
--------------------------+-------------------------------------------------
Changes (by josegar74):

  * milestone: v2.6.5 => Future release

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/568#comment:2&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
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.