Project

General

Profile

Actions

Bug #45360

closed

TCA wizard "add": save/close leads to error message

Added by Roland over 11 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2013-02-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Saving/Closing of a record which was meant to be added via TCA wizard "add" leads to this error message:

No valid ajaxID parameter given.

I used this wizard-configuration im my TCA configuration:

'wizards' => array(
    '_PADDING' => 1,
    '_VERTICAL' => 1,
    'add' => Array(
        'type' => 'script',
        'title' => 'Create new',
        'icon' => 'add.gif',
        'params' => array(
            'table' => 'tx_accphyproduktkatalog_domain_model_feature',
            'pid' => '###CURRENT_PID###',
            'setValue' => 'prepend'
        ),
        'script' => 'wizard_add.php',
    ),
),

Files

test.zip (17.5 KB) test.zip Roland , 2013-02-12 10:02
Actions

Also available in: Atom PDF