Fed up of not being able to find important clients? Tag them! This plugin allows you to tag your records to identify them instantly. Color coded tags make it even simpler to catch them. Through Tag Management for SuiteCRM, the user can handle large amounts of records with similar attributes or types. The user can also easily find any contents, important customer, important notes etc. through appropriate tagging.
#1738 - tagMe Mass Update appearing twice in Bulk Actions drop down
I recently upgraded from version 3.1 to 3.2. Now I have the same item "tagMe Mass Update" appearing twice in the Bulk Actions drop down. I have tried editing custom field config files, but it makes no difference. How can I remove one of these items?
Thanks
5 years ago
Hello Matt,
Sorry for the inconvenience. Do you have the following entry into your custom/modules/logic_hooks.php file?
$hook_array['after_ui_footer'][] = Array(199, 'TagMe Mass Update button in ListView', 'modules/UT_Tagme/logic_hooks/UT_TagmeHookHandler.php','UT_TagmeHookHandler', 'openTagMeMassUpdateDialogue');
If you have the above line into the file mentioned above then remove it and check. In the latest release, we have included logic hook into the application extension.
Thanks & Regards, Team Urdhva Tech.
5 years ago
That's fixed it. Many thanks.