mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Enabled CRUDS in webUI using wehjit 0.2.0
This commit is contained in:
committed by
Rob Crittenden
parent
e9dc9de23a
commit
7b571e3693
@@ -273,4 +273,5 @@ class jsonserver(WSGIExecutioner):
|
||||
raise JSONError(
|
||||
error='params[1] (aka options) must be a dict'
|
||||
)
|
||||
options = dict((str(k), v) for (k, v) in options.iteritems())
|
||||
return (method, args, options, _id)
|
||||
|
||||
Reference in New Issue
Block a user