projects
/
project/views.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(from parent 1:
8f1b0be
)
#961148 by steffenr: Add a taxonomy term weight filter
author
Daniel Wehner
Tue, 13 Dec 2011 23:45:00 +0000 (
00:45
+0100)
committer
Daniel Wehner
Tue, 13 Dec 2011 23:45:00 +0000 (
00:45
+0100)
modules/taxonomy.views.inc
patch
|
blob
|
blame
|
history
diff --git
a/modules/taxonomy.views.inc
b/modules/taxonomy.views.inc
index
5dcbc18
..
c663eac
100644
(file)
--- a/
modules/taxonomy.views.inc
+++ b/
modules/taxonomy.views.inc
@@
-150,6
+150,10
@@
function taxonomy_views_data() {
'hierarchy table' => 'taxonomy_term_hierarchy',
'numeric' => TRUE,
),
+ 'filter' => array(
+ 'handler' => 'views_handler_filter_numeric',
+ 'help' => t('Taxonomy term weight.'),
+ ),
);
$data['taxonomy_term_data']['tid_representative'] = array(