Bug 28979

Summary: Cronjob references in system preference descriptions don't make sense for most installations
Product: Koha Reporter: David Cook <dcook>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 21158    
Bug Blocks:    

Description David Cook 2021-09-09 02:52:50 UTC
The references added in bug 21158 are path references from a git/dev installation. Most production installations are probably from packages or source installs which will have a path like "../bin/cronjobs/<script>" where they're relative to the application root/installation base. 

At the moment they say "misc/cronjobs/<script>".
Comment 1 Katrin Fischer 2023-07-01 13:44:02 UTC
Should we just remove the "misc" bit for now leaving it at .../cronjobs/<script>? I could do that.
Comment 2 David Cook 2023-07-02 23:16:12 UTC
(In reply to Katrin Fischer from comment #1)
> Should we just remove the "misc" bit for now leaving it at
> .../cronjobs/<script>? I could do that.

That could work.

I don't love including file paths at all as I think they detract from the UX but better than nothing?