Skip to content

Commit c411c97

Browse files
authored
Merge pull request #12 from fritzmg/patch-1
add doNotCopy for alias
2 parents 5a5bf27 + 5748bbe commit c411c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system/modules/jquery-ui-tabs/dca/tl_content.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
'label' => &$GLOBALS['TL_LANG']['tl_content']['juiTabAlias'],
7474
'exclude' => true,
7575
'inputType' => 'text',
76-
'eval' => array('rgxp' => 'alias', 'maxlength' => 128, 'tl_class' => 'w50'),
76+
'eval' => array('rgxp' => 'alias', 'maxlength' => 128, 'tl_class' => 'w50', 'doNotCopy' => true),
7777
'save_callback' => array(function($varValue, DataContainer $dc)
7878
{
7979
if ($varValue == '') {

0 commit comments

Comments
 (0)