Skip to content
Snippets Groups Projects
Commit c0aa86b9 authored by Fabien Meghazi's avatar Fabien Meghazi Committed by Christophe Simonis
Browse files

[FIX] configuration file dbfilter's option has no effect

lp bug: https://launchpad.net/bugs/940439 fixed

bzr revid: fme@openerp.com-20140508075025-yszqmzie1z4n7l4j
parent 90f7eaa0
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ class configmanager(object):
# WEB
# TODO move to web addons after MetaOption merge
group = optparse.OptionGroup(parser, "Web interface Configuration")
group.add_option("--db-filter", dest="dbfilter", default='.*',
group.add_option("--db-filter", dest="dbfilter", my_default='.*',
help="Filter listed database", metavar="REGEXP")
parser.add_option_group(group)
......
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