Commit 4ccf59d0 authored by Jérome Perrin's avatar Jérome Perrin

SQLMethod: enable Test tab from ZMI

This can sometimes be useful during development
parent 343aef27
......@@ -82,7 +82,7 @@ class SQLMethod(XMLObject, ZSQL, ExpressionMixin('expression')):
# View content list, replace /view, Standard option in SQLMethod
manage_options = ( ZSQL.manage_options[0], ) + \
({'icon':'', 'label':'View','action':'view'},) + \
ZSQL.manage_options[2:]
ZSQL.manage_options[1:]
# Declarative properties
property_sheets = ( PropertySheet.Base
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment