http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10363
Bernardo Gonzalez Kriegel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off --- Comment #36 from Bernardo Gonzalez Kriegel <[email protected]> --- (In reply to Paola Rossi from comment #32) > I've applied the patches against master 3.17.00.013 > > The patch "DB Changes: ..." needs to be rebased. > So I pass the patch to "Patch doesn't apply" status. Not necessarily, it's a common conflict, easy to solve. And is the only one > On the contrary, about the old category "Asort1" without AV koha still says > like before applying: > > Authorized values for category Asort1: > There are no authorized values defined for Asort1 But that is the result of trick :) AV categories are extracted from DB, but some hardcoded values are appended to the list and are not into the DB, search form example Asort1 on authorised_values table, there is none. So it's normal that when you delete the last AV then category is also deleted, except for that hardcoded values. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
