Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
74bc75b5
Commit
74bc75b5
authored
Jun 22, 2015
by
Fabian-Andree Heidemann
Browse files
Apply commit:6737287019e7 into default branch
parent
3566e9a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/controller/ajax.py
View file @
74bc75b5
...
...
@@ -228,7 +228,7 @@ class AjaxController(AbstractController):
@
cherrypy
.
tools
.
method
(
accept
=
"GET"
)
def
getextensiondatabase
(
self
,
extensionname
):
db
=
cherrypy
.
request
.
db
return
ExtensionDatabase
.
get_data
(
db
,
extensionname
,
decode_json
=
True
)
or
"
{}
"
return
ExtensionDatabase
.
get_data
(
db
,
extensionname
,
decode_json
=
True
)
or
{}
@
cherrypy
.
expose
@
cherrypy
.
tools
.
method
(
accept
=
"POST"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment