This repository was archived by the owner on Jul 6, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
URL Field - Multiple issues #28
Copy link
Copy link
Open
Description
What's wrong?
While reviewing #18, URL field keeps coming back up as an issue.
In the Edit Tour View
URL field on the Tour is the starting point for the tour.
- The URL needs to be a relative URL not an absolute URL.
- The URL field needs to be validated to check it's a relative URL
In the Edit Step View
URL field has disappeared, as has the multipage functionality!
- Looks like you're making the assumption now that all steps apply to the URL for the Tour
- Steps should have a multipage option which then if set to yes conditionally shows the URL field for the step
- Subsequent steps should pick up on that page without needing to specifically have the URL defined for the step
In the default tour installation SQL
URL Field in the INSERT queries for #__tours
- The URL in the default tour installation needs to be relative. Having it install with a localhost URL is incorrect.
- See review of SQL statement for other changes needed to the INSERT queries.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels