No Code Attached Yet
avatar ceford
ceford
19 Feb 2022

Steps to reproduce the issue

Go to System -> Manage -> Scheduled tasks and click the Help button

Expected result

The title should be Scheduled Tasks

Actual result

The title is JHELP COMPONENTS SCHEDULED TASKS MANAGER
Although I have asked for the link to redirect to a document with the correct title

System information (as much as possible)

Additional comments

There are three instance of JHELP_COMPONENTS_SCHEDULED_TASKS_MANAGER in com_scheduler that need to be changed to Scheduled_Tasks

avatar ceford ceford - open - 19 Feb 2022
avatar ceford ceford - change - 19 Feb 2022
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 19 Feb 2022
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 19 Feb 2022
avatar niharikamahajan02
niharikamahajan02 - comment - 19 Feb 2022

I don't find the title named as JHELP COMPONENTS SCHEDULED TASKS MANAGER
image

Will you attach a screenshot for that issue.

avatar ceford
ceford - comment - 19 Feb 2022

You don't see it in your screenshot because we have now created a redirection in JDocs. The string needs to be changed in com_scheduler/src/View/Select/HtmlView.php - the Help button right at the bottom. And likewise in Task/HtmlView.php and Tasks/HtmlView.php. With those changes in place we can remove the redirection. All other Help buttons now use the JDocs page name and not a translatable string.

avatar brianteeman
brianteeman - comment - 19 Feb 2022

and then you need to add a com_admin_help string so that the help toc can be created

avatar ceford
ceford - comment - 19 Feb 2022

@brianteeman - I am not clear about that. Can you clarify where that change is located? I have only just noticed that Task Scheduler is missing from the Joomla! Help list (to be honest, I have only just remembered that list exists). Is that a separate issue?

avatar brianteeman
brianteeman - comment - 19 Feb 2022
avatar niharikamahajan02
niharikamahajan02 - comment - 19 Feb 2022

Do you mean JHELP_COMPONENTS_SCHEDULED_TASKS_MANAGER has to be replaced to Scheduled_Tasks only and then we need to add a com_admin_help string

avatar ceford
ceford - comment - 19 Feb 2022

@niharikamahajan02 - Yes, replace those three instances. I think the point raised by @brianteeman is a separate issue.

avatar Quy Quy - change - 20 Feb 2022
Status New Closed
Closed_Date 0000-00-00 00:00:00 2022-02-20 18:09:01
Closed_By Quy
avatar Quy Quy - close - 20 Feb 2022
avatar Quy
Quy - comment - 20 Feb 2022

Closing per PR #36714.

Add a Comment

Login with GitHub to post a comment