You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Carsten Zimmermann edited this page Mar 26, 2018
·
1 revision
When a project is created, it has only one maintainer by default (=the person submitting it).
As of March 2018, there is no UI yet to add more maintainers who would have access to a the list of applications for their projects. Until we have such a UI, manual intervention on the rails console is required:
project=Project.find42user=User.find_byemail: '[email protected]'# nb, user must exist in the Teams App alreadyproject.maintainers << user