https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4461
--- Comment #42 from Jonathan Druart <[email protected]> --- I have attached few follow-ups, pick the ones you need/want. However I am a bit at lost here. There is no UI so far, but we have such things: + status varchar(1) NOT NULL default 'N', -- status of the report. N=new, V=viewed, C=closed so the status will never be updated, what will happen when we will have the UI? IMO we should bring the UI with that patchset, and remove the notice. Do we really want the notice to be sent? If yes, do we really want the new table? :) Also, do we really need the problem_reports.recipient DB field if we have the email? Same for username? We have the borrowernumber. About the DB structure again, it seems that status should be an ENUM. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
