[Koha-bugs] [Bug 19360] Give items URL a link text

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 5 09:54:43 CET 2018


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

--- Comment #20 from Josef Moravec <josef.moravec at gmail.com> ---
Comment on attachment 70968
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70968
Bug 19360 - Added missing atomicupdate SQL file

Review of attachment 70968:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19360&attachment=70968)
-----------------------------------------------------------------

:::
installer/data/mysql/atomicupdate/Bug-19360_Add_Link_text_field_to_items.sql
@@ +9,5 @@
> +(952, 'k', 'Link text', 'Link text', 0, 0, 'items.link_text', 10, 1, 0, 'IR', NULL),
> +(952, 'k', 'Link text', 'Link text', 0, 0, 'items.link_text', 10, 1, 0, 'KT', NULL),
> +(952, 'k', 'Link text', 'Link text', 0, 0, 'items.link_text', 10, 1, 0, 'SER', NULL),
> +(952, 'k', 'Link text', 'Link text', 0, 0, 'items.link_text', 10, 1, 0, 'SR', NULL),
> +(952, 'k', 'Link text', 'Link text', 0, 0, 'items.link_text', 10, 1, 0, 'VR', NULL)

I think you should add this field only to frameworks that does exist, have
field 952 defined and 952$k not defined.

Also, this field needs to be added to installer data.

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


More information about the Koha-bugs mailing list