mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
enroll button
This was removed in several places where it should still be visible
This commit is contained in:
parent
308b7b3a49
commit
380fed3bb1
@ -721,7 +721,7 @@ function ipa_association_facet(spec) {
|
||||
}).appendTo(li);
|
||||
|
||||
/* TODO: genering handling of different relationships */
|
||||
if (relationship[0] == 'Member') {
|
||||
if ((relationship[0] == 'Member')||(relationship[0] == 'Member Of')) {
|
||||
$('<input/>', {
|
||||
'type': 'button',
|
||||
'name': 'add',
|
||||
|
Loading…
Reference in New Issue
Block a user