Skip to content
Snippets Groups Projects
Commit d109b1b7 authored by Florent Aide's avatar Florent Aide
Browse files

Fixed an information leak... This is an important update

parent 8b90bb40
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,15 @@
l = providers.read(
cr, SUPERUSER_ID, providers.search(
cr, SUPERUSER_ID, [('enabled', '=', True)]
)
),
[
"id",
"name",
"enabled",
"css_class",
"body",
"sequence",
],
)
else:
l = []
......
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