https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40135

--- Comment #12 from Martin Renvoize (ashimema) 
<[email protected]> ---
Ah the fun of empty fields.. I fixed this on the patron bug already but haven't
sorted those changes to here.. that challenge is undef Vs "" Vs Missing
entirely.

The diff algorithm treat all those differently.. we often set empty string or
under and that put the key in the hash.. so on add we actually diff {} with {
key => '' }

So the key is there but it has not content.. the diff is strictly correct as we
went from now keys to empty fields.. but it certainly looks messy.

As for the tidy.. I'm confused.. ktd should be tidying correctly with the girls
hook

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to