Bug 28979 - Cronjob references in system preference descriptions don't make sense for most installations
Summary: Cronjob references in system preference descriptions don't make sense for mos...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 21158
Blocks:
  Show dependency treegraph
 
Reported: 2021-09-09 02:52 UTC by David Cook
Modified: 2023-07-02 23:16 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?