Project

General

Profile

Actions

Bug #8438

closed

Repository.in_organization query uses puppet environments instead of lifecycle environments

Added by Justin Sherrill about 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Urgent
Category:
API
Target version:
Difficulty:
trivial
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

def self.in_organization(org)
where(:environment_id => org.environments)
end

Should be

def self.in_organization(org)
where(:environment_id => org.lifecycle_environments)
end
Actions

Also available in: Atom PDF