Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.3
-
Fix Version/s: 4.5
-
Component/s: Core CiviCRM, NYSS
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Core Team Contract
Description
1. Adding multiple NEW tags to a tagset from the contact edit screen results in only the last one being saved when the form is submitted. This is because the integer ids that are inserted into the hidden field get overwritten by the new jquery.tokeninput.js version that was installed on April 8th, 2013
2. Tags are removed asynchronously from the Contact Update screen such that hitting cancel on the form doesn't have the expected effect of leaving the tags as they were before. You can observe this by removing entity tags from a contact edit screen and then refreshing a contact view screen without submitting the form. You'll see that even though the form was not submitted the tags have been removed from the contact.
3. skipTagCreate flag is not working if enabled for contact edit form.
4. Also fix Activity, Case and Attachment forms to behave same as Contact form