allows for acl access tasks to be restarted

This commit is contained in:
Seyi Adebajo 2018-05-02 18:51:55 -07:00
parent 61871fd688
commit 29e29eb6fe

View File

@ -171,7 +171,7 @@ export default class DatasetAclAccessContainer extends Component {
const userAcl: Array<IAccessControlEntry> = yield isUserInAcl(userName)(acls);
return get(this, 'userAcl').setObjects(userAcl);
}).drop();
}).restartable();
/**
* Requests the current user be added to the acl