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

Kyle M Hall <[email protected]> changed:

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

--- Comment #6 from Kyle M Hall <[email protected]> ---
Created attachment 169488
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169488&action=edit
Bug 37448: Make use of build_sample_biblio and build_sample_item

The script is brilliant, but for biblios and items we should make use of
build_sample_biblio and build_sample_item or this data does not get indexed +
linked tables rows get missed

To test, before this patch, run:
1) misc/devel/create_test_data.pl -n 5 -s Biblio -d title=Test
  Notice the 'Test' biblio is created on the database, but doesnt show on
searches, and accessing it directly through URL throws a 500 error (because
metadata does not exist for the biblio)
2) Apply this patch. Repeat the step above. Notice it now shows on searches and
visiting the biblio directly shows no errors

Signed-off-by: Pedro Amorim <[email protected]>

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

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