Show Tags Confusion

lacwebadmin
lacwebadmin
  • lacwebadmin
  • 6 months ago

Hello!,

The Show Tags options in the Basic Options Tag is confusing! 

- In the component options, the Show Tag setting is found under Category, shouldn't that be under Surveys?

- If I set Show Tags to Yes under the Basic Options, nothing is happening in the front end on the surveys list. So, I check the code on surveys_list.php, it have this validation:

if ($params->get('show_tags', 1) && !empty($item->tags)) {

That in my IMO is wrong, it should only check for item params since by default the item params Show Tag is set to Use Global. That validation above will always return True regardless if what you set in the Basic Options. It should say:

if ($item->params->get('show_tags', 1)) {

Thanks,

Jackson


Access to viewing replies is restricted.
Showing 1 of 1 replies
You do not have permissions for replying to this topic.
Loading...
Confirm delete? This action is irreversible and the data will be deleted permanently. Do you want to continue? Confirm Add New Delete Unpublish Cancel Import Uninstall The selected item successfully deleted.
Shondalai