[Koha-bugs] [Bug 9295] Introduce operator equal/ notequal to OAI set mapping instead of hardcoded 'equal' value

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Dec 15 01:44:51 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9295

Mirko Tietgen <mirko at abunchofthings.net> changed:

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

--- Comment #2 from Mirko Tietgen <mirko at abunchofthings.net> ---
Created attachment 14156
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14156&action=edit
Bug 9295 [ENH] Introduce operator equal/ notequal to OAI set mapping instead of
hardcoded 'equal' value.

In OAI set mappings, the value "is equal to" is hardcoded. This enhancement
changes it to a dropdown menu to choose between "is equal to" and "not equal
to".

To test:

* define a set
* define a mapping for said set with "is equal to"
* run /misc/migration_tools/build_oai_sets.pl -r -v
* confirm that you have correct entries in SQL: select * from oai_sets_biblios;
* change mapping to 'not equal to', save
* run /misc/migration_tools/build_oai_sets.pl -r -v
* confirm that you have correct entries in SQL: select * from oai_sets_biblios;

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


More information about the Koha-bugs mailing list