Skip to content

Instantly share code, notes, and snippets.

@kuehltha
Created March 20, 2012 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuehltha/2140584 to your computer and use it in GitHub Desktop.
Save kuehltha/2140584 to your computer and use it in GitHub Desktop.
..\custom\Extension\modules\Cases\Ext\Vardefs\action_team_c_function.php
<?php
//if ( is_array($dictionary['Case']['fields']['action_team_c']) && isset($dictionary['Case']['fields']['action_team_c']['options'])) {
// unset($dictionary['Case']['fields']['action_team_c']['options']);
//}
$dictionary['Case']['fields']['action_team_c']['function'] = 'getActiveTeams';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment