[Koha-bugs] [Bug 30971] Recalls - log viewer error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 15 21:41:57 CEST 2022


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

--- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to David Nind from comment #6)
> Thanks Tomás!
> 
> There are no more occurrences of the git grep queries after the patches are
> applied, and the log viewer now works for recalls.
> 
> David

David, thanks to you. I also did this:

Generated a 'recalls' file:
$ cat recalls
borrowernumber
recalldate
biblionumber
branchcode
cancellationdate
recallnotes
itemnumber
waitingdate
expirationdate
old
item_level_recall

and then:

$ for i in $(cat ~/recalls) ; do \
       git grep "recall\.$i" | grep -v translator; \
       git grep "recall\->$i" | grep -v translator; \
  done

And no more results. Chances are that in some places variables could've been
named differently. Hopefully QA didn't allow that :-D

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


More information about the Koha-bugs mailing list