Summary: | Link to preferences mentioned in system preference descriptions | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | System Administration | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | caroline.cyr-la-rose, fridolin.somers, gmcharlt, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
Wherever a system preference description mentions another system preference the name of that preference will now be a link that searches for the system preference saving steps and making it easier to review related preferences.
|
Version(s) released in: |
21.05.00
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 26296 | ||
Attachments: |
Bug 27263: Link to preferences mentioned in system preference descriptions
Bug 27263: Link to preferences mentioned in system preference descriptions Bug 27263: Link to preferences mentioned in system preference descriptions |
Description
Owen Leonard
2020-12-17 16:30:51 UTC
Created attachment 114487 [details] [review] Bug 27263: Link to preferences mentioned in system preference descriptions This patch attempts to locate all references to system preference names in various system preference descriptions and link those preference names to a search for that preference. This will allow the user to easily jump between preferences which are related or depend on each other. To test, apply the patch go to Administration -> System preferences. - Open each preference category and confirm that the page loads without error. - Test any system preference links you find to confirm that they work correctly. This is very handy and will save a lot of time! There is a JS error when you select the tab 'Searching' but it is unrelated so I filed Bug 27336 Created attachment 114828 [details] [review] Bug 27263: Link to preferences mentioned in system preference descriptions This patch attempts to locate all references to system preference names in various system preference descriptions and link those preference names to a search for that preference. This will allow the user to easily jump between preferences which are related or depend on each other. To test, apply the patch go to Administration -> System preferences. - Open each preference category and confirm that the page loads without error. - Test any system preference links you find to confirm that they work correctly. Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Created attachment 115101 [details] [review] Bug 27263: Link to preferences mentioned in system preference descriptions This patch attempts to locate all references to system preference names in various system preference descriptions and link those preference names to a search for that preference. This will allow the user to easily jump between preferences which are related or depend on each other. To test, apply the patch go to Administration -> System preferences. - Open each preference category and confirm that the page loads without error. - Test any system preference links you find to confirm that they work correctly. Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> I really like this. I was wondering if it would be better if we had an "exact match" result, only displaying the one preference. But I think as it currently works it has the advantage of helping to discover other related preferences that need to be set/taken a look at. Pushed to master for 21.05, thanks to everybody involved! (In reply to Katrin Fischer from comment #5) > I really like this. I was wondering if it would be better if we had an > "exact match" result, only displaying the one preference. But I think as it > currently works it has the advantage of helping to discover other related > preferences that need to be set/taken a look at. 100% agree ;) Enhancement not pushed to 20.11.x |