Bug 311005

Summary: "Edit all Metadata" allows to edit unchecked fields - results in data loss
Product: [Applications] digikam Reporter: schuschq
Component: Plugin-Generic-MetadataEditAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, dodonvictor, schuschq
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 3.1.0

Description schuschq 2012-12-01 22:31:48 UTC
In "Edit XMP" editing unchecked "[ ] Caption" field shouldn't be possible - same with other fields like "[ ] Copyright"; editing without checking the box results in unnoticed data loss;


Reproducible: Always

Steps to Reproduce:
1. mark at least one image in thumbnails window.
2. choose "Image > Metadata > Edit all Metadata ..."
3. choose "Edit XMP"
4. if the field "Caption" isn't checked (default here), you can nevertheless edit the field ...
Actual Results:  
you save the metadata and think everything is ok. Next time you open the file, the metadata you added are not there ...

Expected Results:  
one shouldn't be able to edit the field at all without checking the box!

this applies to more fields (at least "Copyright" on the same page) 

it caused me several time to loose work of at least an hour together
Comment 1 Victor Dodon 2013-02-12 01:38:11 UTC
Solved with commit 2a0bfd98af341077f124503246e0355935cd1a1c [1]. Please test.

Victor.

[1] http://quickgit.kde.org/?p=kipi-plugins.git&a=commit&h=2a0bfd98af341077f124503246e0355935cd1a1c
Comment 2 schuschq 2014-05-26 06:54:13 UTC
thanks for fixing!