You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When going to view one of the published default pages (i.e., Home, T&C, Policy) from the page listing, you are directed to the public website by using the ID of the page instead of the slug. So, if the slug is /home and the page ID is 1, you should be directed to website-factory.test/en/home but are taken to website-factory.test/en/1, which does not exist.
This seems to happen because the generated pages do not have a slug themselves.
To Reproduce
Steps to reproduce the behavior:
Log into the admin interface of a new WF instance
Go to '/admin/pages'
Locate one of the published default pages (i.e., Home, T&C, Policy) before they are modified
Click on the down arrow next to a page
Click on View/Vezi
You are directed to a 404 page with the URL <wf-host>/<lang>/<id>
Expected behavior
You should be directed to a page with the slug <wf-host>/<lang>/<slug>
Screenshots
Clicking on the view button...
... directs you to an address with the page ID...
The text was updated successfully, but these errors were encountered:
Describe the bug
When going to view one of the published default pages (i.e., Home, T&C, Policy) from the page listing, you are directed to the public website by using the ID of the page instead of the slug. So, if the slug is
/home
and the page ID is1
, you should be directed towebsite-factory.test/en/home
but are taken towebsite-factory.test/en/1
, which does not exist.This seems to happen because the generated pages do not have a slug themselves.
To Reproduce
Steps to reproduce the behavior:
View
/Vezi
<wf-host>/<lang>/<id>
Expected behavior
You should be directed to a page with the slug
<wf-host>/<lang>/<slug>
Screenshots
Clicking on the view button...
... directs you to an address with the page ID...
The text was updated successfully, but these errors were encountered: