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

2
muk_session_store/patch/http.py

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

Loading…
Cancel
Save