Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 2d26789

Browse files
authored
Merge pull request #45 from eea/develop
Develop
2 parents c0aa127 + 504bff2 commit 2d26789

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/HISTORY.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
3.8 - (2022-01-13)
5+
---------------------------
6+
* [bugfix] fix PCP set/unset
7+
[valipod refs #143780]
8+
49
3.7 - (2021-12-17)
510
---------------------------
611
* [bugfix] fix initialisation of datatables

eea/ldapadmin/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7
1+
3.8

eea/ldapadmin/www/role_leaders.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $(function () {
4646
$('div#role_listing').on('click', 'div.nrc_role input[class=leader]', function(){
4747
var checkb = $(this);
4848
var role_table = checkb.parents("table");
49-
var role_id = role_table.prev('h3').attr("id");
49+
var role_id = role_table.closest('.form-inline').prev().attr("id");
5050
var user_id = checkb.val();
5151
$.post("set_pcp", {"role_id": role_id, "user_id": user_id},
5252
function (data){

0 commit comments

Comments
 (0)