https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Passed QA --- Comment #79 from Tomás Cohen Arazi <[email protected]> --- It applies cleanly if you have the dependencies in your branch. This is latest master. I've applied the dependent bug (15707) manually so it is more readable: tcohen@bibliotecas-1:koha(qa_16735)$ git reset --hard origin/master HEAD is now at 03dd826757 Bug 17182: (QA follow-up) Fix call to GetMarcBiblio tcohen@bibliotecas-1:koha(qa_16735)$ git bz apply 15707 Bug 15707 - Add ability to define hierarchical groups of libraries 69573 - Bug 15707: Update DB 69574 - Bug 15707: Add Koha::Library::Group(s) modules 69575 - Bug 15707: Add library groups editor 69576 - Bug 15707: Unit Tests 69577 - Bug 15707: Fix conflict with bug 15446 (type vs _type) 69578 - Bug 15707: (QA followup) Switch to treetable which Koha already uses 69579 - Bug 15707: (QA followup) Drop table if exists 69580 - Bug 15707: (QA followup) Fix UI issues 69581 - Bug 15707: (QA followup) Remove class for treegrid 69582 - Bug 15707: (QA followup) Allow object names to be styled without impeding translation 69583 - Bug 15707: (followup) use cat-search instead of cities-search in header 69584 - Bug 15707: Switch datetimes to timestamps 69585 - Bug 15707: Add UNIQUE constraint to library groups table 69586 - Bug 15707: Updates for Bootstrap 3 69587 - Bug 15707: Display error if group title is already used 69588 - Bug 15707: DBIC Schema files 69589 - Bug 15707: (QA followup) Style buttons correctly Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 15707: Update DB Applying: Bug 15707: Add Koha::Library::Group(s) modules Applying: Bug 15707: Add library groups editor Applying: Bug 15707: Unit Tests Applying: Bug 15707: Fix conflict with bug 15446 (type vs _type) Applying: Bug 15707: (QA followup) Switch to treetable which Koha already uses Applying: Bug 15707: (QA followup) Drop table if exists Applying: Bug 15707: (QA followup) Fix UI issues Applying: Bug 15707: (QA followup) Remove class for treegrid Applying: Bug 15707: (QA followup) Allow object names to be styled without impeding translation Applying: Bug 15707: (followup) use cat-search instead of cities-search in header Applying: Bug 15707: Switch datetimes to timestamps Applying: Bug 15707: Add UNIQUE constraint to library groups table Applying: Bug 15707: Updates for Bootstrap 3 Applying: Bug 15707: Display error if group title is already used Applying: Bug 15707: DBIC Schema files Applying: Bug 15707: (QA followup) Style buttons correctly tcohen@bibliotecas-1:koha(qa_16735)$ git bz apply 16735 Bug 16735 Depends on bug 15707 Follow? [(y)es, (n)o] n Bug 16735 - Replace existing library search groups functionality with the new hierarchical groups system 69684 - Bug 16735: Remove modules no longer needed 69685 - Bug 16735: Remove tables no longer needed 69686 - Bug 16735: Clean up sample data 69687 - Bug 16735: Migrate library search groups into the new hierarchical groups 69688 - Bug 16735: Don't use objects for database update 69689 - Bug 16735: Remove use of get_categories 69690 - Bug 16735: Filter individual libraries from search group pulldown 69691 - Bug 16735: DBIC Schema files 69692 - Bug 16735: Use libraries in all subgroups, not just immediate children 69693 - Bug 16735: (QA followup) POD fixes 69694 - Bug 16735: (QA followup) Fix rebase error Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 16735: Remove modules no longer needed Applying: Bug 16735: Remove tables no longer needed Applying: Bug 16735: Clean up sample data Applying: Bug 16735: Migrate library search groups into the new hierarchical groups Applying: Bug 16735: Don't use objects for database update Applying: Bug 16735: Remove use of get_categories Applying: Bug 16735: Filter individual libraries from search group pulldown Applying: Bug 16735: DBIC Schema files Applying: Bug 16735: Use libraries in all subgroups, not just immediate children Applying: Bug 16735: (QA followup) POD fixes Applying: Bug 16735: (QA followup) Fix rebase error tcohen@bibliotecas-1:koha(qa_16735)$ -- You are receiving this mail because: 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/
