Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
EOLE
Zéphir
Services
Server Manager
Commits
4f15fb87
Commit
4f15fb87
authored
Feb 01, 2019
by
Matthieu Lamalle
Browse files
Update message name
parent
f8243cc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/controller
View file @
4f15fb87
...
...
@@ -253,7 +253,7 @@ class ServerRunner(ZephirCommonController):
ret
.
append
(
self
.
result_to_dict
(
result
,
automation
))
return
ret
@
register_wamp
(
'v1.config.configuration.server.
sav
ed'
,
None
,
database
=
True
)
@
register_wamp
(
'v1.config.configuration.server.
updat
ed'
,
None
,
database
=
True
)
async
def
update_configuration
(
self
,
cursor
,
server_id
):
configuration
=
await
self
.
call
(
'v1.config.configuration.server.get'
,
server_id
=
server_id
)
self
.
server
.
update_configuration
(
cursor
,
server_id
,
configuration
[
'configuration'
])
...
...
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