Skip to content
Snippets Groups Projects
Commit 1a95d854 authored by Dennis's avatar Dennis
Browse files

new decorator for action

parent e43220c4
No related merge requests found
......@@ -39,6 +39,7 @@ def odsh_user_create(context, data_dict):
return model_dictize.user_dictize(model.User.get(user.get('name')), context)
@toolkit.side_effect_free
def autocomplete(context, data_dict):
query = {
'spellcheck.q': data_dict['q'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment