Browse Source

Remove translateDisplayName

jmontoyaa 8 years ago
parent
commit
efbcd848e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/ajax/model.ajax.php

+ 1 - 1
main/inc/ajax/model.ajax.php

@@ -1472,7 +1472,7 @@ switch ($action) {
                 $checkIcon = Display::return_icon('check-circle.png', get_lang('Yes'));
                 $timesIcon = Display::return_icon('closed-circle.png', get_lang('No'));
 
-                $item['display_text'] = ExtraField::translateDisplayName($item['variable'], $item['displayText']);
+                $item['display_text'] = $item['displayText'];
                 $item['field_type'] = $obj->get_field_type_by_id($item['fieldType']);
                 $item['changeable'] = $item['changeable'] ? $checkIcon : $timesIcon;
                 $item['visible'] = $item['visible'] ? $checkIcon : $timesIcon;