https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 --- Comment #22 from Kyle M Hall <kyle@bywatersolutions.com> ---
The possibilities: - Mock data to get fully working generated messages for any notice templates. For instance, for CHECKIN and CHECKOUT, the item is not checked in/out yet. So we cannot access the issue's information.
At first glance, I'm not seeing any big problems with this. I suppose we could have the librarian pass in an old_issues issue_id, but that seems like it would be a fair bit less user friendly.
- Browse the data to get the ones we want to use for the preview (big).
That's a really great idea, but it does feel like it will be quite a lot of work, and typically librarians will probably just set up dummy patrons / titles for testing, so I doubt there is an immediate need for that. -- You are receiving this mail because: You are watching all bug changes.