Revision 4003efde
Added by Assos Assos over 4 years ago
drupal7/sites/all/modules/views/modules/taxonomy/views_handler_field_term_link_edit.inc | ||
---|---|---|
76 | 76 |
$term->vocabulary_machine_name = $values->{$this->aliases['vocabulary_machine_name']}; |
77 | 77 |
if ($data && taxonomy_term_edit_access($term)) { |
78 | 78 |
$text = !empty($this->options['text']) ? $this->options['text'] : t('edit'); |
79 |
$this->options['alter']['make_link'] = TRUE; |
|
79 | 80 |
$this->options['alter']['path'] = "taxonomy/term/$data/edit"; |
80 | 81 |
$this->options['alter']['query'] = drupal_get_destination(); |
81 | 82 |
return $text; |
Also available in: Unified diff
Weekly update of contrib modules