rickub/feedbackpublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/rickub/feedback.git
git clone ssh://git@rickub.com/rickub/feedback.git

When creating repository from an organization, the organization should be selected by default #3

Closed@hlassiege opened this issue 11h ago · 1 comment
  • @hlassiege opened this issue · 11h ago

    Step to reproduce :

    • select an organization
    • click on "new repository"
    • the owner should be the selected organization but it's not. So you have to be careful otherwise you'll create a new repo linked to another organization
  • @ogirardot · 3h ago

    Fixed by !209 (merged as df342a2b): the org page's "New repository" button now carries the org to the create form (/new?owner=<org>), so the owner is preselected. The hint is only honored when the viewer is actually allowed to create under that org — otherwise the form falls back to your own handle.

Sign in to comment.