Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

URL Field - Multiple issues #28

@particthistle

Description

@particthistle

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions