mycognitive / ads_features

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

Skipping the first items for hierarchical links doesn't work. #97

Closed kenorb closed 9 years ago

kenorb commented 9 years ago
  1. As admin edit Settings for Location field in node_view pane at /admin/structure/pages/nojs/operation/node_view/handlers/node_view_panel_context/content
  2. Select a formatter: Hierarchical links (should be already there).
  3. Set 'Skip the first' to 3 ('at most' set to 0) and Save.
  4. Open a node with Location which has at least 3 levels in depth.

Doesn't work as expected as location disappears. The hierarchical list should skip only 3 first items.

kenorb commented 9 years ago

Fixed by installing cshs module instead.