Bug 12965: Prevent to erase an existing item type
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 10 Jul 2015 15:11:48 +0000 (16:11 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 2 Sep 2015 17:39:11 +0000 (14:39 -0300)
commiteb12ee1e223b662cd1e89c0a56a5d1c083ba1ddc
tree4b60576745c7ac4aba78a2dd852ae774f189102d
parent085d766a0524e399d0c9c9e807d8c0acd0da6a19
Bug 12965: Prevent to erase an existing item type

On creating an item type, if it already exists, it will replace the
existing one.
This patch prevent that and display a message to the interface.

Note: The fields are lost.

Test plan:
1/ Create an item type 'AAA', description 'AAA'
2/ Edit it, update the description with 'BBB'
3/ Create an item type 'AAA' with a description 'CCC' => you should get
a warning "already exists".

Works well, no errors

Signed-off-by: Amit Gupta <amit.gupta@informaticsglobal.com>
Signed-off-by: Joonas Kylmälä <j.kylmala@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Warning message is triggered.
Adding, editing and deleting item types still works.
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
admin/itemtypes.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt