Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.5
-
Fix Version/s: 3.4.6
-
Component/s: None
-
Labels:None
Description
As per the issue first documented in this forum post: http://forum.civicrm.org/index.php?topic=20907.0
I am unable to switch tabs and then save the changes on that tab as the form post URL gets mangled - I have seen this happen on Event configuration, Event Templates tabs. The workaround, for Events at least, is to go from the Manage Events page, and click to edit the direct tab you want, then Save and return to the page and repeat for other tabs.
I can replicate this issue in v4.0.5. I am unable to enable clean URLs on my drupal installation. This effectively breaks all of the Event functionality in my setup.
The issue is in: templates/CRM/common/TabHeader.tpl (Line 65-67 in v4.0.5) where the URL gets split by the ? character. In the case of my site (http://192.168.79.21/drupal/index.php?q=civicrm/event/manage/registration&action=update&reset=1&id=7) this means that the post URL becomes: http://192.168.79.21/drupal/index.php rather than http://192.168.79.21/drupal/index.php?q=civicrm/event/manage/registration