I saw a couple issues re: FC that seem to suggest this works; so possibly my case is slightly different.

i have a node with a fc with a fc with a date:

course (node)
- class (fc)
-- slot (fc)
--- date (field)

i came at this from both directions:
1. view listing nodes and then relationships to get to date field
2. view listing fc items and then reverse relationships to get to nid and other node fields (this is built from view calendar template)

each solution is busted but in different ways:

1. no content gets shown, even though the results direct from the views sql looks very similar to the output from option 2 (which does display results)
- i also changed from calendar display to basic unformatted list and results are shown

2. results display correctly on month display but paging does not work: with ajax it fails silently (ajax throbber is shown but month does not change), without ajax it jumps to a page trying to display a fc item

btw - the calendar is displayed using a panel pane on the node (although the views preview also does not show content or does not work with ajax).

thinking this may be busted due to fc in a fc; i will try it with a single fc level

Comments

liquidcms’s picture

i've tried option 2 (view of fc items) with a fc with only 1 level (but off a user entity not a node). i get the same issue with ajax paging but if i set this up as a tab off the user profile and no ajax paging then it works fine. so i think i can state there are 2 issues here:

1. calendar using a view of parent entities does not display content
2. ajax paging does not work with a view of fc items

not sure without ajax paging i can fit this into a pane on the parent entity but possibly i am missing panels config to pass args from panel

Neslee Canil Pinto’s picture

Status: Active » Closed (outdated)