Skip to content
Snippets Groups Projects
Commit 22f1d7af authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

show all tables

parent 781ee7d6
No related branches found
No related tags found
No related merge requests found
...@@ -12,15 +12,15 @@ dbui = local_import('plugin_dbui') ...@@ -12,15 +12,15 @@ dbui = local_import('plugin_dbui')
# Customize the main viewport # Customize the main viewport
# hide some tables depending on the user role # hide some tables depending on the user role
# #
vm = dbui.ViewportModifier() #vm = dbui.ViewportModifier()
vm.hide_tables('publishers', #vm.hide_tables('publishers',
'categories_aeres', # 'categories_aeres',
'categories_commission', # 'categories_commission',
'collaborations', # 'collaborations',
'countries', # 'countries',
'teams', # 'teams',
'projects', # 'projects',
'publishers') # 'publishers')
# #
# add plugin to all grids # add plugin to all grids
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment