Skip to content

Commit 6c8c481

Browse files
committed
changed: updated for Elgg 6.1
1 parent 4bb1e18 commit 6c8c481

File tree

6 files changed

+7
-50
lines changed

6 files changed

+7
-50
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Group Tools
22
===========
33

4-
![Elgg 6.0](https://img.shields.io/badge/Elgg-6.0-green.svg)
4+
![Elgg 6.1](https://img.shields.io/badge/Elgg-6.1-green.svg)
55
![Lint Checks](https://github.com/ColdTrick/group_tools/actions/workflows/lint.yml/badge.svg?event=push)
66
[![Latest Stable Version](https://poser.pugx.org/coldtrick/group_tools/v/stable.svg)](https://packagist.org/packages/coldtrick/group_tools)
77
[![License](https://poser.pugx.org/coldtrick/group_tools/license.svg)](https://packagist.org/packages/coldtrick/group_tools)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"issues": "https://github.com/ColdTrick/group_tools/issues"
1111
},
1212
"conflict": {
13-
"elgg/elgg": "<6.0"
13+
"elgg/elgg": "<6.1"
1414
}
1515
}

composer.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

views/default/forms/groups/edit.php

-5
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
/* @var \ElggGroup $entity */
1111
$entity = elgg_extract('entity', $vars);
1212

13-
// context needed for input/access view
14-
elgg_push_context('group-edit');
15-
1613
$sections = [
1714
100 => 'profile',
1815
150 => 'images',
@@ -113,5 +110,3 @@
113110
]);
114111

115112
elgg_set_form_footer($footer);
116-
117-
elgg_pop_context();

views/default/groups/listing/all.php

-38
This file was deleted.

views/default/resources/groups/invite.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
$content = elgg_view_form('groups/invite', [
2828
'id' => 'invite_to_group',
29-
'class' => 'elgg-form-alt mtm',
29+
'class' => 'mtm',
3030
'prevent_double_submit' => false,
3131
'sticky_enabled' => true,
3232
], [

0 commit comments

Comments
 (0)