BE Display Issue when filtering.....

  • Posts: 62
  • Thank you received: 0
12 years 11 months ago #16609

G'Day,

- Hika 1.5.0
- After performing a search filter in views in the back end the <A> tag is incorrect

Attachments:
Last edit: 12 years 11 months ago by TheEdge.

Please Log in or Create an account to join the conversation.

  • Posts: 81513
  • Thank you received: 13068
  • MODERATOR
12 years 11 months ago #16623

Hi,

Thanks for the bug report
You need you edit the file "listing" of the view "view" via the menu Display->Views for your back template and change the lines:
<a href="<?php echo JRoute::_('index.php?option=com_templates&task=edit&cid[]='.$row->template.'&client='.$row->client_id); ?>">
and:
<a href="<?php echo hikashop::completeLink('view&task=edit&id='.$row->id);?>">

to:
<a href="<?php echo JRoute::_('index.php?option=com_templates&task=edit&cid[]='.strip_tags($row->template).'&client='.$row->client_id); ?>">
and:
<a href="<?php echo hikashop::completeLink('view&task=edit&id='.strip_tags($row->id));?>">

And that will fix it.

Please Log in or Create an account to join the conversation.

  • Posts: 81513
  • Thank you received: 13068
  • MODERATOR
12 years 11 months ago #16624

We'll add that modification to the next release.

Please Log in or Create an account to join the conversation.

Time to create page: 0.064 seconds
Powered by Kunena Forum