Skip to content

Conversation

@stevenrombauts
Copy link
Contributor

Adds a form to the package page to transfer ownership from/to multiple maintainers in one go.

@stevenrombauts stevenrombauts self-assigned this Nov 14, 2025
@stevenrombauts stevenrombauts marked this pull request as ready for review November 14, 2025 16:44
<button type="button" class="btn btn-info btn-sm add-maintainer-item">Add Maintainer</button>
</div>
{{ form_rest(transferPackageForm) }}
<input class="btn btn-block btn-success btn-lg" type="submit" value="Transfer Ownership" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add an onclick confirm just in case? its a very important action behind the scene

return null;
}

$user = $this->em->getRepository(User::class)->findOneByUsernameOrEmail($username);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps check the user.enabled field as well ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants