[Koha-bugs] [Bug 12298] The "feed" MTT does not seem to be used

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 21 10:25:50 CEST 2014


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

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

--- Comment #2 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 28385
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28385&action=edit
Bug 12298: The "feed" MTT does not seem to be used and can be removed

The feed message transport type exists but nobody knows how it can be
used. This patch assumes nobody uses it and removes it.

Before removing the entry in the DB, the updatedb entry will check if no
foreign key exists in order to avoid a delete in cascade.

This path does *not* deletes the occurrences in the templates.

Test plan:
Apply this patch, execute the updatedb script and verify the
message_transport_types table does not contain the 'feed' entry if it was not
in use.

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


More information about the Koha-bugs mailing list