Skip to content

Fix incorrect URLs for both the extension directory Base URL and the Taskpane URL in the generated files, manifest.xml and taskpane.html

Fix incorrect URLs for both the extension directory Base URL and the Taskpane URL in the generated files, manifest.xml and taskpane.html. This change has been tested on Drupal and WordPress, CiviCRM sites.

For example, in the manifest.xml the following is fixed with this change.

Incorrect extension directory Base URL: https://demo-drupal-civicrm.agileware.com.auhttps://demo-drupal-civicrm.agileware.com.au/CRM/extensions/outlook365///

Correct extension directory Base URL: https://demo-drupal-civicrm.agileware.com.au/CRM/extensions/outlook365/

Incorrect Taskpane URL: https://demo-wordpress-civicrm.agileware.com.au/general/wp-admin/admin.php?page=CiviCRM&q=civicrm%2Foutlook365%2Ftaskpane.html

Correct Taskpane URL: https://demo-wordpress-civicrm.agileware.com.au/general/civicrm/outlook365/taskpane.html

Agileware Ref: CIVIOLK365-2

Merge request reports