We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a5bf27 + 5748bbe commit c411c97Copy full SHA for c411c97
src/system/modules/jquery-ui-tabs/dca/tl_content.php
@@ -73,7 +73,7 @@
73
'label' => &$GLOBALS['TL_LANG']['tl_content']['juiTabAlias'],
74
'exclude' => true,
75
'inputType' => 'text',
76
- 'eval' => array('rgxp' => 'alias', 'maxlength' => 128, 'tl_class' => 'w50'),
+ 'eval' => array('rgxp' => 'alias', 'maxlength' => 128, 'tl_class' => 'w50', 'doNotCopy' => true),
77
'save_callback' => array(function($varValue, DataContainer $dc)
78
{
79
if ($varValue == '') {
0 commit comments