Skip to content

[FIX] Mautic Plugin Fixes

Domeshow Emmanuel requested to merge Domeshow/tiki:mautic-plugin-fix into master

In this MR i fixed two things.

  • For the variable available_actions, if the parameter does not exist everything works correctly. However, when available_actions exists, this poses a problem because the values coming from the parameter of a plugin already come being extracted, so no need to extract them anymore
  • The tiki instance is not tracked because the name of the feature used to verify or place the tracking code had been changed in site.php but this was not done in the header and in the footer, which means that the mautic tracking snippet code is never included.

Merge request reports