[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
Sun Aug 10 23:50:11 CEST 2014


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

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

--- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 30672
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30672&action=edit
[PASSED QA] 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.

Signed-off-by: Nick Clemens <nick at nick@quecheelibrary.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
Patch will remove the confusing option to configure message texts for feeds.
Checked on a database with an existing feed type notice (not deleted) and
on one without any references to the feed message transport type (deleted!)

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


More information about the Koha-bugs mailing list