#2568 Retain access when transfering ownership of the project
Merged by pingou. Opened by mprahl.
Unknown source master

Download 2568.patch

Addresses https://pagure.io/fedora-infrastructure/issue/6222

rebased

rebased

I'm not sure this comment is correct, it seems more inline with "If the person doing the action is the former main admin, keep them admins"

That can be simplified to retain_access = retain_access.lower() in ['true', '1'] :)

rebased

@pingou thanks for the review. Fixed it.

These four lines can be combined into one I think:
retain_access = str(retain_access).lower() in ['true', '1']

rebased

Tests are passing, thanks for addressing this :)

Pull-Request has been merged by pingou

Metadata