Project

General

Profile

« Previous | Next » 

Revision d42a63e4

Added by Kavita Gaikwad almost 5 years ago

Fixes #26936 - resume search hosts by param value (#6946)

View differences:

app/models/parameters/group_parameter.rb
class GroupParameter < Parameter
audited :except => [:priority], :associated_with => :hostgroup
audited :except => [:priority, :searchable_value], :associated_with => :hostgroup
validates :name, :uniqueness => {:scope => :reference_id}
validates :hostgroup, :presence => true

Also available in: Unified diff