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/os_parameter.rb
class OsParameter < Parameter
audited :except => [:priority], :associated_with => :operatingsystem
audited :except => [:priority, :searchable_value], :associated_with => :operatingsystem
validates :name, :uniqueness => {:scope => :reference_id}
validates :operatingsystem, :presence => true

Also available in: Unified diff