TYPO3 Flow Base DistributionPackagesApplications

Bug #53042

Preview should work on installation without vhost (with path in URL)

Added by Lukas Ciszewski almost 2 years ago. Updated over 1 year ago.

Status:New Start date:2013-10-22
Priority:Should have Due date:
Assigned To:Lukas Ciszewski % Done:

0%

Category:-
Target version:-

Description

When clicking on the preview button a new window is opened with a wrong URI.
This happens because the TYPO3.FormBuilder.Configuration.endpoints address is
used with a '/' in front as the param to window.open. When on a development installation
without a vhost, and therefore a base href with a path, the path is ignored.

Possible solution:
  • make the address relative by removing the '/' in app.js:492
  • let TYPO3.FormBuilder.Utility.getUri() respect the base href in the html

History

#1 Updated by Christian Fries over 1 year ago

Lukas Ciszewski wrote:

When on a development installation without a vhost, and therefore a
base href with a path, the path is ignored.

Even when using FormBuilder on a dev installation with a vhost, the same error occurs.

Also available in: Atom PDF