Project

General

Profile

Actions

Bug #31214

closed

EM: user-function in extension configuration fails

Added by Xavier Perseguers about 13 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2011-10-24
Due date:
% Done:

0%

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

Description

A few extensions come with user functions as part of their constant definitions in ext_conf_template.txt. Examples:

  • templavoila (wizard for static DS)
  • cal (flash message)
  • image_autoresize (custom wizard to configure the extension)

Definition looks like that:

    #cat=basic; type=user[EXT:image_autoresize/classes/class.tx_imageautoresize_configuration.php:&tx_imageautoresize_configuration->display]; label=
rules =

This is not compatible with the ExtJS-based EM and throws a JSON exception (with templavoila and cal) or a PHP exception (with image_autoresize) catched before the JSON exception as well.

Actions

Also available in: Atom PDF