From 4b1599cd096fc28362886b55a3a9f4a42c7e4594 Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Mon, 10 Dec 2012 17:09:01 +0100 Subject: [PATCH] Use the pGridExpertMenu instead of the pGridExport plugin. --- models/widgets_grids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/widgets_grids.py b/models/widgets_grids.py index 5ce40d7b..1e28ec0b 100644 --- a/models/widgets_grids.py +++ b/models/widgets_grids.py @@ -48,7 +48,7 @@ tpl = ['<b>{PublicationsTitle}</b><br>', ] gridModifier = dbui.GridModifier('publications') -gridModifier.append_plugins('pGridPaging', 'pGridExport', 'pGridMathJax') +gridModifier.append_plugins('pGridPaging', 'pGridExpertMenu', 'pGridMathJax') gridModifier.merge_columns('title', 'authors', 'id_collaborations', -- GitLab