Project

General

Profile

Actions

Feature #66681

closed

CategoryRegistry: add options to set l10n_mode and l10n_display

Added by Christian Toffolo almost 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2015-04-30
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Class CategoryRegistry is missing options to set l10n_mode and l10n_display

Simply adding:

if (isset($options['l10n_mode'])) {
    $columns[$fieldName]['l10n_mode'] = $options['l10n_mode'];
}
if (isset($options['l10n_display'])) {
    $columns[$fieldName]['l10n_display'] = $options['l10n_display'];
}

to the method addTcaColumn of this class should add this small but useful feature.

Actions

Also available in: Atom PDF