Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 396 Bytes

File metadata and controls

6 lines (5 loc) · 396 Bytes
area webapp
type fix

Fix OrganizationsPresenter.#getEnvironment matching the wrong development environment on teams with multiple members. All dev environments share the slug "dev", so the previous find by slug alone could return another member's environment. Now filters DEVELOPMENT environments by orgMember.userId to ensure the logged-in user's dev environment is selected.