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
Projects can now have an owner — a manager who can additionally add/remove managers, transfer ownership, and activate/deactivate the project. Admins designate an owner at project creation (optional owner email field) or reassign it later via the "Make Owner" button on the project detail page. The owner is a flagged manager (entity_managers.is_owner), so all existing manager access continues to work unchanged. The owner cannot be removed directly; ownership must be transferred first.