Search.js now supports up to 3 search filters on a page. First search widget can be regular or an object selector, which is used on the activity stream widget. Activity stream now has 2 filter widgets allowing a search to combine object and responsible user in a single query.

This commit is contained in:
Chris Houseknecht
2013-11-18 08:16:51 +00:00
parent 7952cb560b
commit c720e5d51c
9 changed files with 482 additions and 232 deletions

View File

@@ -20,6 +20,11 @@ angular.module('ActivityDetailDefinition', [])
type: 'text',
readonly: true
},
id: {
label: 'Event ID',
type: 'text',
readonly: true
},
operation: {
label: 'Operation',
type: 'text',