22 Apr
2019
22 Apr
'19
10:27 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073 --- Comment #15 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Proposal for discussion: - Make it explicit by declaring what 'capabilities' the plugin has, like our $capabilities = { tools => 1, ... }; - Rename methods => capabilities: CREATE TABLE IF NOT EXISTS plugin_capabilities ( class varchar(255) NOT NULL, capability varchar(255) NOT NULL, PRIMARY KEY ( `class` (191), `capability` (191) ) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- You are receiving this mail because: You are watching all bug changes.