[Koha-bugs] [Bug 15451] Move the CSV related code to Koha::CsvProfile[s]

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 28 04:16:55 CEST 2016


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

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #50184|0                           |1
        is obsolete|                            |

--- Comment #31 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Created attachment 50866
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50866&action=edit
[SIGNED-OFF] Bug 15451: Koha::CsvProfiles - Remove the residue

This patch erase all traces of C4::Csv since it's not used anymore.
All occurrences have been replaced by previous patches to use
Koha::CsvProfiles.

Note that GetMarcFieldsForCsv was not used prior this patch set.

Test plan:
  git grep 'C4::Csv'
should not return any result.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
No more traces of the file.
This produces a koha-qa fail, due to the missing file.
No other errors

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


More information about the Koha-bugs mailing list