#560: Duplication of Javascript functions
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: minor | Milestone: Future release
Component: General | Version: v2.6.4
Keywords: |
--------------------------+-------------------------------------------------
doTabAction (for example) is defined in both metadata-editor.js and
metadata-view.js.
When the package process runs, it combines both of these into
gn.editor.js, which means whatever is in metadata-editor.js is effectively
overwritten.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/560>
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.
#560: Duplication of Javascript functions
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: minor | Milestone: Future release
Component: General | Version: v2.6.4
Keywords: |
--------------------------+-------------------------------------------------
Comment(by justinrowles):
Oops: metadata-show, not metadata-view.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/560#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.
#560: Duplication of Javascript functions
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: minor | Milestone: Future release
Component: General | Version: v2.6.4
Keywords: |
--------------------------+-------------------------------------------------
Comment(by justinrowles):
This, incidentally, is why the screen doesn't get disabled when switching
tabs in edit mode. The version in metadata-show doesn't include the
disableEditForm call.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/560#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.
#560: Duplication of Javascript functions
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: minor | Milestone: Future release
Component: General | Version: v2.6.4
Keywords: |
--------------------------+-------------------------------------------------
Comment(by justinrowles):
Oh. And it's also defined in remote-show.xsl
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/560#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.
#560: Duplication of Javascript functions
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: critical | Milestone: Future release
Component: General | Version: v2.6.4
Keywords: |
--------------------------+-------------------------------------------------
Changes (by justinrowles):
* priority: minor => critical
Comment:
The same problem occurs with doAction for example.
I'm marking this as critical as I think compiling metadata-editor and
metadata-show together into gn.editor.js is silently breaking things (in
this case the setBunload functionality).
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/560#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.