VeggieMeat / search_api_elasticsearch

Clone of project at drupal.org/project/search_api_elasticsearch for better CI options than what D.O offers
16 stars 8 forks source link

Remove l() from hook_views_data_alter() #6

Closed VeggieMeat closed 10 years ago

VeggieMeat commented 10 years ago

Original issue: https://drupal.org/node/2282171

As per https://drupal.org/node/2281933, using l() in hook_views_data_alter() may cause breaking site. Taking into account amount of tickets open for Views, this issue can take a long time to fix. Meanwhile it's quite easy to avoid it for search_api_elasticsearch module by just replacing l() with <a> tag (though it's not drupal way).