Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iena-mahara-link
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iena
iena-mahara-link
Commits
adc9628f
Commit
adc9628f
authored
3 years ago
by
Myriam Delaruelle
Browse files
Options
Downloads
Patches
Plain Diff
Groupe name and rights on pages for members fix
parent
058b53ba
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
entity/block_mahara_iena_connexion.php
+3
-3
3 additions, 3 deletions
entity/block_mahara_iena_connexion.php
mahara_iena.php
+1
-1
1 addition, 1 deletion
mahara_iena.php
mahara_iena_groups.php
+2
-2
2 additions, 2 deletions
mahara_iena_groups.php
version.php
+1
-1
1 addition, 1 deletion
version.php
with
7 additions
and
7 deletions
entity/block_mahara_iena_connexion.php
+
3
−
3
View file @
adc9628f
...
...
@@ -196,7 +196,7 @@ class block_mahara_iena_connexion
$mo_group_name
=
groups_get_group_name
(
$mo_user_group_id
);
$group
=
new
stdClass
();
$group
->
name
=
get_string
(
'course_group'
,
'block_mahara_iena'
)
.
" "
.
$COURSE
->
shortname
.
" – "
.
$mo_group_name
;
$group
->
name
=
$COURSE
->
shortname
.
" – "
.
$mo_group_name
;
$group
->
description
=
get_string
(
'course_group'
,
'block_mahara_iena'
)
.
" "
.
$COURSE
->
shortname
.
" – "
.
$mo_group_name
;
$group
->
grouptype
=
'course'
;
$group
->
request
=
true
;
...
...
@@ -277,7 +277,7 @@ class block_mahara_iena_connexion
$mo_group_name
=
$mo_group
->
name
;
$group
=
new
stdClass
();
$group
->
name
=
get_string
(
'course_group'
,
'block_mahara_iena'
)
.
" "
.
$COURSE
->
shortname
.
" – "
.
$mo_group_name
;
$group
->
name
=
$COURSE
->
shortname
.
" – "
.
$mo_group_name
;
$group
->
description
=
get_string
(
'course_group'
,
'block_mahara_iena'
)
.
" "
.
$COURSE
->
shortname
.
" – "
.
$mo_group_name
;
$group
->
grouptype
=
'course'
;
$group
->
request
=
true
;
...
...
@@ -336,7 +336,7 @@ class block_mahara_iena_connexion
$mo_group_name
=
groups_get_group_name
(
$mo_user_group_id
);
$group
=
new
stdClass
();
$group
->
name
=
get_string
(
'course_group'
,
'block_mahara_iena'
)
.
" "
.
$COURSE
->
shortname
.
" – "
.
$mo_group_name
;
$group
->
name
=
$COURSE
->
shortname
.
" – "
.
$mo_group_name
;
$group
->
description
=
get_string
(
'course_group'
,
'block_mahara_iena'
)
.
" "
.
$COURSE
->
shortname
.
" – "
.
$mo_group_name
;
$group
->
grouptype
=
'course'
;
$group
->
request
=
true
;
...
...
This diff is collapsed.
Click to expand it.
mahara_iena.php
+
1
−
1
View file @
adc9628f
...
...
@@ -81,7 +81,7 @@ if (count($students) == 0) {
array
(
0
=>
array
(
'name'
=>
get_string
(
'course_group'
,
'block_mahara_iena'
)
.
" "
.
$COURSE
->
shortname
,
'name'
=>
$COURSE
->
shortname
,
'description'
=>
get_string
(
'course_group'
,
'block_mahara_iena'
)
.
" "
.
$COURSE
->
shortname
,
'grouptype'
=>
'course'
,
'request'
=>
true
,
...
...
This diff is collapsed.
Click to expand it.
mahara_iena_groups.php
+
2
−
2
View file @
adc9628f
...
...
@@ -73,7 +73,7 @@ if (count($students) == 0) {
array_push
(
$mahara_groups
,
array
(
'name'
=>
get_string
(
'course_group'
,
'block_mahara_iena'
)
.
" "
.
$COURSE
->
shortname
.
" – "
.
$group
->
name
,
'name'
=>
$COURSE
->
shortname
.
" – "
.
$group
->
name
,
'description'
=>
get_string
(
'course_group'
,
'block_mahara_iena'
)
.
" "
.
$COURSE
->
shortname
.
" – "
.
$group
->
name
,
'grouptype'
=>
'course'
,
'request'
=>
true
,
...
...
@@ -85,7 +85,7 @@ if (count($students) == 0) {
array_push
(
$name_groups
,
array
(
"group_id"
=>
$group
->
id
,
"group_name"
=>
get_string
(
'course_group'
,
'block_mahara_iena'
)
.
" "
.
$COURSE
->
shortname
.
" – "
.
$group
->
name
,
"group_name"
=>
$COURSE
->
shortname
.
" – "
.
$group
->
name
,
));
}
...
...
This diff is collapsed.
Click to expand it.
version.php
+
1
−
1
View file @
adc9628f
...
...
@@ -28,7 +28,7 @@
*/
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
20
19062101
;
$plugin
->
version
=
20
21102500
;
$plugin
->
requires
=
2014051200
;
$plugin
->
component
=
'block_mahara_iena'
;
$plugin
->
release
=
'v1.0'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment