Project

General

Profile

Actions

Bug #75744

closed

BUG with flux:wizard.link linkValidator js in Typo3 7.6.5

Added by Bharat parmar about 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2016-04-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I have created custom fluid content Element in TYPO3 7.6.5 i used below code for it

<flux:field.input name="url" label="Link">
<flux:wizard.link activeTab="page" />
</flux:field.input>

but in backend it show popup(alert box) with text "The fields marked with an exclamation mark are not yet correctly filled in. Please complete them properly." while saving data in backend form of my custom fluid content element.

The same is working well with typo3 7.6.4 but now its not working.


Files

Auswahl_691.png (1.5 KB) Auswahl_691.png Empty link field Daniel Schultheis, 2016-04-20 17:37
Auswahl_692.png (2.37 KB) Auswahl_692.png Link field with page id (Validation fails) Daniel Schultheis, 2016-04-20 17:37
Auswahl_693.png (2.57 KB) Auswahl_693.png Link field with page id and target (Validation OK) Daniel Schultheis, 2016-04-20 17:37
Actions #1

Updated by Bharat parmar about 8 years ago

Bharat parmar wrote:

I have created custom fluid content Element in TYPO3 7.6.5 i used below code for it

>                 <flux:field.input name="url" label="Link">
>              <flux:wizard.link activeTab="page" />
>         </flux:field.input>

but in backend it show popup(alert box) with text "The fields marked with an exclamation mark are not yet correctly filled in. Please complete them properly." while saving data in backend form of my custom fluid content element.

The same is working well with typo3 7.6.4 but now its not working.

Actions #2

Updated by Wouter Wolters about 8 years ago

  • Assignee deleted (TYPO3 Release Team)
  • Target version deleted (7.6.5)
Actions #3

Updated by Nicole Cordes almost 8 years ago

  • Status changed from New to Needs Feedback

Hi Bharat,

I don't get the relation between your fluid (frontend output?) and the backend (TCA -> record form?). Can you describe your problem a bit more in detail please?

Updated by Daniel Schultheis almost 8 years ago

In my opinion it looks like link validation fails since TYPO3 7.6.5 if a page id is provided in a link textfield. If you provide any additional data in the link field (like the target attribute) validation succeeds.

I have attached some screenshots to show you what exactly I mean.

Actions #5

Updated by Bharat parmar almost 8 years ago

Hi Daniel,

Thanks for your reply it was clear from your screenshot that since TYPO3 7.6.5 linkvalidator is not consistence but the validation rule are same for typo3 backend provided link field(ex. tt_content Header link) link field and my "flux:wizard.link" generated link field but one is working correct and other one is not.
Is there are some extra configuration to be done to adapt new TYPO3 7.6.5 Changes or its a core bug which may be resolve in next LTS release?

Actions #6

Updated by Daniel Schultheis almost 8 years ago

Ok, it looks like this issue is totally flux related. If you are still experiencing this issue, you should have a look at https://github.com/FluidTYPO3/flux/issues/1116 where the devs have submitted a patch which fixes this issue in flux.

Therefore I think the bug report here can be closed.

Actions #7

Updated by Bharat parmar almost 8 years ago

Thanks you Daniel :)

Actions #8

Updated by Wouter Wolters almost 8 years ago

  • Status changed from Needs Feedback to Closed

Closed as requested. Bug in Flux it seems.

Actions

Also available in: Atom PDF