Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tev
plugin_event
Commits
cd9c4eb6
Commit
cd9c4eb6
authored
Jan 05, 2017
by
LE GAC Renaud
Browse files
Update views/plugin_event/grid.html to fix missing JSON encoder.
parent
01850b2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
views/plugin_event/grid.html
views/plugin_event/grid.html
+2
-2
No files found.
views/plugin_event/grid.html
View file @
cd9c4eb6
...
...
@@ -25,8 +25,8 @@
#
# Convert store and grid configuration as string
#
cfg_grid = json.dumps(grid)
cfg_store = json.dumps(cfg_store)
cfg_grid = json.dumps(grid
, cls=dbui.JSONEncoder
)
cfg_store = json.dumps(cfg_store
, cls=dbui.JSONEncoder
)
}}
<script
type=
"text/javascript"
>
...
...
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