Project

General

Profile

« Previous | Next » 

Revision 581d3b6b

Added by Ori Rabin over 9 years ago

Fixes #8764 - adds description to taxonomies

View differences:

app/models/taxonomy.rb
before_validation :sanitize_ignored_types
after_create :assign_default_templates
scoped_search :on => :description, :complete_enabled => :false, :only_explicit => true
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