hi

i have as yet failed to get basic actions working on a drupal 7.34 core/ node.js contrib installation so i am using the most recent async_drupal distribution for testing.

this works as shown in the youtube videos and i can add new content types and views and update them realtime but the same view is not updated from within a pagemanager panel.

here's my two scenarios: one working, one (seemingly) broken:

working i have created a new content type (a micropost), a view (to show all microposts) and a rule to update the view when new content is added. this works ok from the URL defined in the view - /microposts.

broken: repeat the above but this time the exact same view is embedded in a pagemanager page at URL node/[nid]. As stated the view is the exact same view and is not reliant on any context from the page to work.

summary: the simple view works, the pagemanager view doesnt.

in order for realtime updates to be useful i guess it should work in any view in any context. is that the aim of the module?

thanks

laurence

Comments

Syntapse’s picture

to make this work i had to add two rules actions - one for the page and one for the master - to get this working. both views now updating simultaneously.

i won't close this down until ive tested some other context dependent view variants (e.g. views content pane etc.)

Syntapse’s picture

Status: Active » Closed (works as designed)

after experimenting with variety of panel views etc all seems to be in working order. closing issue.

jas1988’s picture

Status: Closed (works as designed) » Active

I am also facing same problem.

As far as I can tell it work for view page.

But when I tried to update content_pane embedded inside panel page it does not work.

Please suggest if any other settings I am missing ?

Thanks!

jas1988’s picture

Status: Active » Fixed
jas1988’s picture

It worked after clearing cache!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.