[Koha-bugs] [Bug 10382] collection not returning to null when removed from course reserves

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 18 15:12:42 CEST 2017


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

--- Comment #26 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hm, so is the problem that we save 'unchanged' instead of the original value,
no matter if it was changed or not? And 'null' would be confusing, as it could
mean 'unchanged' as well as 'was empty before'?

So could it work like that?

- change from a to b (changed, store a)
- change from none to a (changed, store none) < current problem
- change from a to none (changed, store a)
- change from none to none (unchanged, store unchanged)
- change from a to a (unchanged, store unchanged)


I think the advantage of <unchanged> is currently that if you change the
collection/location while the item is in the course reserve, with 'unchanged'
it won't reset it by accident when you remove the item from the course reserve
- the new value will stay.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list