within an application favorites will overwrite each other
based on the name only. Changed that to name + model
https://forge.tine20.org/view.php?id=12080
Change-Id: Iaa5f188f6d93b0e11816d1746701b5d7e2f9d445
Reviewed-on: http://gerrit.tine20.com/customers/3405
Tested-by: Jenkins CI (http://ci.tine20.com/)
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
'account_id' => $record->account_id,
'application_id' => $record->application_id,
'name' => $record->name,
+ 'model' => $record->model,
)));
if (count($existing) > 0) {