Hello All,
I'm working on a website of online ticket booking system.
There's a field called as show_start_time linked to show page.
It's then connected to drama & theatre pages via page fields which use show page for displaying show details such as theatre name, show's time etc.
But when I update the the show's start time, it doesn't update the data being displayed on the drama and theatre page.
For example,
There 3 pages:
Drama Theatre Show
Drama page has several fields including a page field called "drama_shows". It uses the Shows page as pagelist to select a show from the list.
Same goes for Theatre page where "theatre_shows" field uses shows page as pagelist for displaying shows available in the theatre.
Show page has a datetime field called as "show_start_time" & it has two page fields called as "show_drama" & "show_theatre" using dramas list page and theatres list page respectively.
Now when I update a morning show connected to Show #1 playing Theatre ABC, it updates the start time on shows page but not on other pages.
Can anyone tell me what's the problem?
Thanks everyone in advance.
P.S.
The updated start time is visible on show page.