no error
If you open home dashboard the "Welcome to Joomla!" tour starts
When click "Cancel" or "Hide Forever" an error appears (also when you try to finish the tour)
Console Error:
/administrator/index.php?option=com_guidedtours&task=ajax.fetchUserState&format=json&tid=12&sid=1&context=tour.skip
{
"error": true,
"code": 403,
"message": "You don't have permission to access this. Please contact a website administrator if this is incorrect."
}
This error is also present if you try to cancel any other tour.
j5.2.0-beta3-dev
Caused by #43814
Should be a release blocker
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
Release Blocker
|
Labels |
Added:
Guided Tours
|
I can reproduce the problem. Looking into it.
It is a permission issue. We call the Ajax controller fetchUserState but the Manager is missing the Access Administration Interface permission for /administrator/index.php?option=com_guidedtours&task=ajax.fetchUserState&format=json&tid=12&sid=1&context=tour.skip to go through
I got the identical error message after logging in as Super User when I clicked Complete at the end of the Welcome Tour.
When I tried for the first time, I didn't have a look at the browser console (shame on me).
I deleted everything (db + directory) and started from scratch. But this time I didn't get any error. Strange!
When I tried for the first time, I didn't have a look at the browser console (shame on me). I deleted everything (db + directory) and started from scratch. But this time I didn't get any error. Strange!
Thanks, I am glad because it should not happen... But still concerning why it happened the first time.
I have created a fix. Please wait for PR. I created a Dispatcher for Guided Tours, none was provided.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-09-15 17:55:08 |
Closed_By | ⇒ | richard67 |
Labels |
Removed:
Release Blocker
|
Ping @obuisard