#417: System configuration page validation is over-zealous.
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: major | Milestone: v2.6.3
Component: General | Version: v2.6.2
Keywords: |
--------------------------+-------------------------------------------------
I can't save my settings because the LDAP values are not filled - but I
have not chosen LDAP authentication.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/417>
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.
#417: System configuration page validation is over-zealous.
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: major | Milestone: v2.6.3
Component: General | Version: v2.6.2
Keywords: |
--------------------------+-------------------------------------------------
Comment(by josegar74):
Can you provide more information about the error?
I can save settings without problem. I enabled INSPIRE setting and checked
the search form shows INSPIRE panel correctly. Also no error when saving
the setting.
Using default 2.6.2 installer with jetty.
Maybe also can try to clean cache and cookies in browser so being sure
it's not using a cached old version of js files.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/417#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.
#417: System configuration page validation is over-zealous.
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: major | Milestone: v2.6.3
Component: General | Version: v2.6.2
Keywords: |
--------------------------+-------------------------------------------------
Comment(by justinrowles):
If you check the box for LDAP (which expands it), by default it has dummy
values in it. For some reason, I don't have those values (I don't think I
deleted them). I suspect your save works because the dummy values are
still present.
The bug is that I don't have LDAP authentification checked when I save and
those fields are still checked.
Attached are the changes to view.js so that the front end behaves
correctly (using the 'precond' element of the rules, but the back end
still won't allow you to save a null uid (for example) because of the
mandatory=true in org.fao.geonet.services.config.Set.java at line 159.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/417#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.
#417: System configuration page validation is over-zealous.
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: major | Milestone: v2.6.3
Component: General | Version: v2.6.2
Keywords: |
--------------------------+-------------------------------------------------
Comment(by justinrowles):
NB this patch shouldn't be used without addressing the back end issue too.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/417#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.
#417: System configuration page validation is over-zealous.
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: major | Milestone: Future release
Component: General | Version: v2.6.2
Keywords: |
--------------------------+-------------------------------------------------
Changes (by fxp):
* milestone: v2.6.3 => Future release
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/417#comment:4>
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.