This topic is locked

Dependant Dropdown does not appear in VIEW page

10/10/2012 10:45:33 PM
PHPRunner General questions
G
gluckett author

In my Edit and Add pages, I have a dependant drop down that drives the output of another dropdown.
In the View page, it does not filter
For example my first dropdown has:
ANIMAL

MINERAL

VEGETABLE
second once has
1 ,ANIMAL, RABBIT

2, ANIMAL , DOG

1, MINERAL, GOLD

1, VEGETABLE, CARROT

2, VEGETABLE, POTATO
on my view page,

even if the dropdown shows VEGETABLE, it shows 1, ANIMAL, RABBIT
(it should be 1,VEGETABLE, CARROT)
This is ok on _EDIT.php and _ADD.php, only _VIEW.php does not accept the relationship.
Is this a 6.1 bug?
thanks

gordon

Sergey Kornilov admin 10/11/2012

I'm not sure what sort of dropdown boxes you supposed to see on the View page. I guess you can clarify.

G
gluckett author 10/16/2012

Yes, if my value is dropdown dependant, the value of edit and add are fine. But on view page it does not honour what the dropdown values were.
On edit/add page
Dropdown value ANIMAL

2nd dropdown value 1, DOG
On view page.
Dropdown value ANIMAL

Second value 1,CARROT - does not filter based on first value like it does on EDIT and ADD page.
gordon



I'm not sure what sort of dropdown boxes you supposed to see on the View page. I guess you can clarify.