-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scheduler Web Cron is capturing the article id instead of the task id #43154
Labels
Comments
Can you take a look at #42989 and see if this fixes your issue? |
Hello,
|
Thank you. I'll have a look what can be done here. |
Can you check #43164 if that helps you? |
Hello, |
Then please comment accordingly in the PR. I'm closing this issue now, since we have that PR. |
4 tasks
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce the issue
$id = (int) $this->getApplication()->getInput()->getInt('id', 0);
var_dump($id);
exit;
Expected result
I should get id=0 and the task scheduling should work properly without any additional id parameter.
Actual result
I get the current homepage article id. Adding &id=0 in the web cron link is solving the issue.
System information (as much as possible)
Joomla 5.0.3 / 4.4.3, PHP 8.2 or less. Infomaniak shared hosting (task planner).
Additional comments
Thanks for your much appreciated work
The text was updated successfully, but these errors were encountered: