While trying to figure out what overlay_status is used for, noticed that SetImportRecordStatus() and GetImportRecordStatus() are named all wrong. Obviously sloppily copypasted from SetImportRecordOverlayStatus(); This minor patch adds some make-up to the codebase. While were at it, it would be nice to get some more extensive function documentation about what they are meant to do?
Created attachment 33380 [details] [review] Bug 13222 - Accessors for import_record.status have variable names suggesting overlay_status TODO:: Somebody who knows what these are about could write some documentation about it.
Created attachment 33486 [details] [review] Bug 13222 - Accessors for import_record.status have variable names suggesting overlay_status TODO:: Somebody who knows what these are about could write some documentation about it. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Created attachment 33538 [details] [review] [PASSED QA] Bug 13222 - Accessors for import_record.status have variable names suggesting overlay_status TODO:: Somebody who knows what these are about could write some documentation about it. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Patch pushed to master. Thanks Olli!