Skip to content

Instantly share code, notes, and snippets.

@shijinkrishna
Created December 23, 2015 15:37
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 shijinkrishna/6bdf4a93966cc1deae2e to your computer and use it in GitHub Desktop.
Save shijinkrishna/6bdf4a93966cc1deae2e to your computer and use it in GitHub Desktop.
<?php
$viewdefs['Courses']['base']['filter']['basic']['filters'][] = array(
'id' => 'FilterCoursesTemplate',
'name' => 'LBL_FILTER_COURSES_TEMPLATE',
'filter_definition' => array(
array(
'accounts_courses_accounts_ida' => array(
'$equals' => ' ',
),
),
),
'editable' => true,
'is_template' => true,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment