mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-12 01:11:41 +00:00
allows for acl access tasks to be restarted
This commit is contained in:
parent
61871fd688
commit
29e29eb6fe
@ -171,7 +171,7 @@ export default class DatasetAclAccessContainer extends Component {
|
|||||||
const userAcl: Array<IAccessControlEntry> = yield isUserInAcl(userName)(acls);
|
const userAcl: Array<IAccessControlEntry> = yield isUserInAcl(userName)(acls);
|
||||||
|
|
||||||
return get(this, 'userAcl').setObjects(userAcl);
|
return get(this, 'userAcl').setObjects(userAcl);
|
||||||
}).drop();
|
}).restartable();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Requests the current user be added to the acl
|
* Requests the current user be added to the acl
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user