Details
Description
When generating lists of cases (for example when searching cases) CiviCase calls CRM_Core_Action::formLink twice, once to make the actions that display when you search ("manage" and "delete") and once to make the list that is used for the "more" link.
formLink will create a "more" link if more than 3 links are sent to it so one does not need to force a "more" however only 3 links are sent to it so with this pr it will show the third link ("Assign to Another Client") as an action with no "more" see image below:
Aside from being unnecessary to call formLink twice without this pr one cannot use [hook_civicrm_links](https://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_links) to remove the "more" button.