Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Blocker
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2
-
Fix Version/s: 3.2.5
-
Component/s: Core CiviCRM
-
Labels:None
Description
1. Quick Save on 'create relationship' form is broken again. (same problem as I reported against CRM-5894 3 weeks ago):
- Add relationship form
- Enter "Com"
- Select Compasspoint from autocomplete
- Click Quick Save
Result: The button just refreshes with button text = Search. Relationship is not saved.
2. The form has invalid markup (missing a closing div or fieldset tag ??).
You can see this in the screenshot - the styling on our footer is messed up
Also the second part of the form is white background (not our normal crm-form-block background).
3. The <h3> titles ("New Relationship", "Edit Relationship" etc.) should be outside the form-block div (so they show in blue below contact name as with other forms - e.g. New Contribution etc.).
4. Finally, I thought we changed this to not load the form and selector together to prevent performance problems for contacts with many relationships ??? Did that get reverted or ??