Opened 15 years ago
Closed 14 years ago
#170 closed defect (fixed)
Metadata record gets overwritten by another one
Reported by: | stegherr | Owned by: | simonp |
---|---|---|---|
Priority: | minor | Milestone: | v2.5.1 |
Component: | General | Version: | v2.4.1 |
Keywords: | metadata editor | Cc: |
Description
Using Mozilla Firefox version 3.5.5 this happened as a user wanted to keep open two metadata records at the same time to compare them and transfer data.
To reproduce the bug:
- Create a new metadata record (Administration -> New metadata). Make sure you are using the "Default view". Fill in a few parameters and use as a title "Data filled in". Click on Save and close.
- Create a second metadata record in the same way (no need to fill in any parameters). Use the title "Data empty".
- Open another Firefox window:
- In the first window open the record called "Data filled in", select edit and go to Advanced view,
- In the second window open the record called "Data empty", select edit and go to Advanced view too,
- Then on the "Data empty" record, go to the Identification tab and do the same for the other record,
- Leave both records by pressing the Cancel button and close one window again,
- Both metadata records are identical now.
Change History (4)
comment:1 by , 15 years ago
Milestone: | → v2.5.0 |
---|---|
Owner: | changed from | to
comment:2 by , 15 years ago
Ok, cool! Maybe a quick fix for the time being would be to allow only one record to be edited at a time? Not sure, if that can be done easily though.
comment:3 by , 15 years ago
Milestone: | v2.5.0 → v2.5.1 |
---|
Note:
See TracTickets
for help on using tickets.
Yep - session can hold just one metadata record at present for editing.
Looking into holding more than one record in session for editing.
Thanks.