mycognitive / ads_features

Provides common features for ads distribution.
http://drupal.org/project/ads_features
1 stars 4 forks source link

Hide HS term items if parent levels are singular. #90

Open kenorb opened 9 years ago

kenorb commented 9 years ago
  1. Add an ad.
  2. On 2nd page (/advert/add/step-2) Location field shouldn't display root and parent items which doesn't have any other options.

E.g.

(Root) -> (Sub-item1) -> (Sub-item1a,Sub-item1b) -> (Sub-item2a,Sub-item2b)

Root and Sub-item1 should be hidden from the form, because they consist only one option (which is obvious).

kenorb commented 9 years ago

Changed hierarchical_select to cshs module. But it's probably the same thing.