Summary: | Admin type plugins clutter the administration main page | ||
---|---|---|---|
Product: | Koha | Reporter: | Lari Strand <lmstrand> |
Component: | Staff interface | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | dcook, gmcharlt |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | admin plugins listed on admin-home.pl |
Description
Lari Strand
2025-06-17 08:16:45 UTC
What are some examples of administration plugins? Created attachment 183321 [details]
admin plugins listed on admin-home.pl
We were just about to modify our existing tool plugins and change them to administrative plugins when I noticed this issue. Our goal was to hide access to these plugins from people who have only access to tools page and who could see the tool plugins listed there. We have hidden them with javascript in intranetUsersJs syspref from tools view as a temporary solution. Now that this issue came up that the administrative plugins fill up the administration page, we decided not to convert them unless there is some improvement on how they are listed on admin-home.pl. We have over 20 of these plugins that inject javascript to the intranet just like in the screenshot I took as a demonstration on how they will look like. https://github.com/KohaSuomi/koha-plugin-intranetjs-item-history-report-link Here's an example. I will probably revert the change from tool to admin plugin for now. That is much noisier than the Tools page I reckon |