Browse Source

publish muk_session_store - 11.0

pull/6/head
MuK IT GmbH 6 years ago
parent
commit
5da863e3b4
  1. 3
      muk_session_store/__manifest__.py
  2. 2
      muk_session_store/patch/http.py

3
muk_session_store/__manifest__.py

@ -20,7 +20,7 @@
{ {
"name": "MuK Session Store", "name": "MuK Session Store",
"summary": """Session Store Options""", "summary": """Session Store Options""",
"version": "11.0.1.0.0",
"version": "11.0.1.0.1",
"category": "Extra Tools", "category": "Extra Tools",
"license": "AGPL-3", "license": "AGPL-3",
"website": "http://www.mukit.at", "website": "http://www.mukit.at",
@ -44,7 +44,6 @@
"python": [], "python": [],
"bin": [], "bin": [],
}, },
"auto_install": True,
"application": False, "application": False,
"installable": True, "installable": True,
"post_load": "_patch_system", "post_load": "_patch_system",

2
muk_session_store/patch/http.py

@ -54,7 +54,7 @@ def db_monodb(httprequest=None):
return dbs[0] return dbs[0]
return None return None
else: else:
db_monodb.super(httprequest)
return db_monodb.super(httprequest)
@monkey_patch(http) @monkey_patch(http)
def db_filter(dbs, httprequest=None): def db_filter(dbs, httprequest=None):

Loading…
Cancel
Save