Bug 474159

Summary: Metadata template, contact, URL is not written as metadata
Product: [Applications] digikam Reporter: Fabio Sirna <fabio>
Component: Metadata-TemplateAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: grave    
Priority: NOR    
Version: 8.1.0   
Target Milestone: ---   
Platform: macOS (DMG)   
OS: macOS   
Latest Commit: Version Fixed In: 8.2.0
Sentry Crash Report:

Description Fabio Sirna 2023-09-04 21:24:03 UTC
SUMMARY



STEPS TO REPRODUCE
1. Create a metadata template, and in the tab Contact fill email (name@domain.com) and URL (www.domain.com) 
2. Select a picture (JPG or RAW)
3. Tab Captions, select and apply the template previously created
4. Check the applied metadata 

OBSERVED RESULT

Only email is applied, and the URL field is empty. If  in step 2 you selected a JPG you can see the metadata also in DIgikam; if you selected a RAW file, and the XMP sidecar write is enabled, if you open the XMP with a text editor you can see that the URL field is missing.

EXPECTED RESULT

That the URL field is written in the image or XMP file.

SOFTWARE/OS VERSIONS

macOS: Ventura 13.5.1

ADDITIONAL INFORMATION
Comment 1 Maik Qualmann 2023-09-05 06:17:34 UTC
Git commit a5b766fcb9774b133d907cccc4a9c61f09b9fb03 by Maik Qualmann.
Committed on 05/09/2023 at 08:16.
Pushed by mqualmann into branch 'master'.

fix contact info web url not merged
FIXED-IN: 8.2.0

M  +1    -1    NEWS
M  +1    -1    core/libs/metadataengine/containers/metadatainfo.cpp

https://invent.kde.org/graphics/digikam/-/commit/a5b766fcb9774b133d907cccc4a9c61f09b9fb03
Comment 2 Fabio Sirna 2023-09-05 15:01:57 UTC
thank you Maik!