Opened 14 years ago
Closed 14 years ago
#306 closed defect (fixed)
Editor / opener update error on save action
Reported by: | Fxp | Owned by: | Fxp |
---|---|---|---|
Priority: | major | Milestone: | v2.6.0 |
Component: | General | Version: | v2.6.0 |
Keywords: | Cc: |
Description
When saving, editor try to update opener document which in Bluenet case is the main application (search window) but in trunk is the opener window :
- undefined if user type geonetwork url in a browser
- the opener window if the catalogue is opened from another webpage
The update could trigger JS errors if the opener is not the geonetwork expected page and does not release the screen.
Error in metadata-editor.js :
if(opener){divToRestore=opener.document.getElementById(f)
Should we check that opener contains 'main.home' in url ?
Change History (2)
comment:1 by , 14 years ago
Owner: | changed from | to
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
r6577