I get my arguments 1 and 2. I use Ajax so I can not use eg $ _GET [ 'tid'].

Is there a solution to this problem?

Thank you in advance for your valuable help!

Comments

Clément’s picture

No idea for this problem?

Alex72RM’s picture

Category: task » bug

I think that this issue is in reality a bug when it concerns ajax paged views.

If I use

$node=node_load($data->nid);

into a Customfield: PHP code field, it gives back the correct instance only for the first page.
For subsequent pages, the answer is always the same as the first page.