Project

General

Profile

« Previous | Next » 

Revision 6ee7a8b4

Added by Andrew Kofink about 8 years ago

Fixes #14686 - Allow scoped search on ID for organizations

View differences:

app/models/taxonomy.rb
after_create :assign_default_templates
scoped_search :on => :description, :complete_enabled => :false, :only_explicit => true
scoped_search :on => :id
delegate :import_missing_ids, :inherited_ids, :used_and_selected_or_inherited_ids, :selected_or_inherited_ids,
:non_inherited_ids, :used_or_inherited_ids, :used_ids, :to => :tax_host

Also available in: Unified diff