Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
moodle-assignfeedback_editpdfplus
Commits
dc4ff52e
Commit
dc4ff52e
authored
Sep 11, 2017
by
M. Chardon
Browse files
correction bug appel service
parent
fb25bbb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
db/services.php
View file @
dc4ff52e
...
...
@@ -36,7 +36,7 @@ $functions = array(
),
'assignfeedback_editpdfplus_submit_axis_edit_form'
=>
array
(
'classname'
=>
'assignfeedback_editpdfplus_external'
,
'methodname'
=>
'submit_axis_
edit_
form'
,
'methodname'
=>
'submit_axis_form'
,
'classpath'
=>
'mod/assign/feedback/editpdfplus/externallib.php'
,
'description'
=>
'Edit an axis'
,
'type'
=>
'write'
,
...
...
version.php
View file @
dc4ff52e
...
...
@@ -24,7 +24,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201708180
0
;
$plugin
->
version
=
201708180
1
;
$plugin
->
requires
=
2017050500
;
// Requires this Moodle version.
$plugin
->
dependencies
=
array
(
'assignfeedback_editpdf'
=>
2017050500
...
...
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