[Bug 9904] New: Link to plugins management should not be in global navigation
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9904 Bug ID: 9904 Summary: Link to plugins management should not be in global navigation Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org I think a link to the plugins page is not something which belongs in the global "more" menu. There is a link to it on the main Tools page, which suffices for similarly-important features. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9904 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9904 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 16805 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16805&action=edit Bug 9904 - Link to plugins management should not be in global navigation With the addition of the Plugins feature a link was added to the global navigation in the "More" submenu. I think this is unnecessary. The global navigation should be limited to primary Koha functons. This patch removes the link. To test, apply the patch and confirm that there is no longer a link to Plugins in the header navigation under "More." -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9904 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9904 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #16805|0 |1 is obsolete| | --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> --- Created attachment 17017 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17017&action=edit Bug 9904 - Link to plugins management should not be in global navigation With the addition of the Plugins feature a link was added to the global navigation in the "More" submenu. I think this is unnecessary. The global navigation should be limited to primary Koha functons. This patch removes the link. To test, apply the patch and confirm that there is no longer a link to Plugins in the header navigation under "More." Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9904 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9904 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #17017|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 17045 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17045&action=edit [PASSED QA] Bug 9904 - Link to plugins management should not be in global navigation With the addition of the Plugins feature a link was added to the global navigation in the "More" submenu. I think this is unnecessary. The global navigation should be limited to primary Koha functons. This patch removes the link. To test, apply the patch and confirm that there is no longer a link to Plugins in the header navigation under "More." Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Template patch, works as advertised. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9904 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This patch has been pushed to master. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9904 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com --- Comment #5 from Nicole C. Engard <nengard@gmail.com> --- I missed this originally, but I don't agree with this at all - it's a new module - how else do you get to the new module if it's not in the module menu? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9904 Kyle M Hall <kyle.m.hall@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle.m.hall@gmail.com --- Comment #6 from Kyle M Hall <kyle.m.hall@gmail.com> --- I also think this is a bad move. It's going to confuse, not clarify. Both the tool and report plugin links filter some of the plugins and aren't meant to be for full plugin management. I believe this commit should be reverted. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9904 Kyle M Hall <kyle.m.hall@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |In Discussion -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9904 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED CC| |gmcharlt@gmail.com Resolution|--- |FIXED --- Comment #7 from Galen Charlton <gmcharlt@gmail.com> --- (In reply to Kyle M Hall from comment #6)
I also think this is a bad move. It's going to confuse, not clarify. Both the tool and report plugin links filter some of the plugins and aren't meant to be for full plugin management. I believe this commit should be reverted.
I won't be the one to revert it, and I'm setting the status accordingly.
From the POV of an ordinary user, plugins are *not* a separate module -- they are simply a mechanism by which additional tools and reports can be made available. There really should be no separate plugins home page, just:
- an admin page to upload and manage them - list of tool plugins (with "Home > Tools > Tool Plugins" as the breadcrumb list and the tools sidebar) - list of report plugins (with "Home > Reports > Report Plugins" as the breadcrumb list and the reports sidebar) The later two pages should *not* offer the upload link in the sidebar -- that is purely an administrative function. I'll file a separate bug for the above. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org