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

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #60989|0                           |1
        is obsolete|                            |
  Attachment #60990|0                           |1
        is obsolete|                            |
  Attachment #60991|0                           |1
        is obsolete|                            |
  Attachment #61000|0                           |1
        is obsolete|                            |
  Attachment #61001|0                           |1
        is obsolete|                            |

--- Comment #25 from Jonathan Druart <[email protected]> 
---
Created attachment 61548
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=61548&action=edit
Bug 17755: Introduce Koha::Object::Limit::Library

This patch introduces a new class for extending Koha::Object using
multiple inheritance. It cannot be used standalone, it needs to be
used in Koha::Object implementations like this:

use base qw( Koha::Object Koha::Object::Limit::Library );

Its goal is to provide a single way and place to deal with this common
pattern in Koha's codebase.

As it happened with Koha::Object, that needed to be tested in a real object
class, this work was done on top of Koha::Patron::Attribute::Type
implementation
and it is fully covered by the tests that are introduced for it.

Signed-off-by: Kyle M Hall <[email protected]>

Signed-off-by: Jonathan Druart <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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