bennycode / wlc-webapp

Website for free programming tutorials and screencasts.
http://www.welovecoding.com/
6 stars 1 forks source link

Creating a playlist and adding a video to it doesn't update the Frontend #104

Closed bennycode closed 10 years ago

bennycode commented 10 years ago

I added a new playlist and a video (connected with the playlist) in the admin backend. It was visible in the backend but not in the frontend. I had to clean the database cache to see the changes on the frontend.

bennycode commented 10 years ago

I added a second video to the playlist and the second video wasn't displayed in the frontend (until I cleared the database cache). So I think the issue is related to the videos. If there are new ones, then they are not updated on the frontend.

Yserz commented 10 years ago

Mh, could be an issue with the way the videos are saved. You may have to save the video and the playlist or at least the playlist with the new video inside.

bennycode commented 10 years ago

I created the playlist first, saved it and then I created the video and saved it.

Yserz commented 10 years ago

Try to save the video first and after that the playlist to quickfix this. Yesterday I had an idea to permanently fix this and I will investigate some time on this.

Yserz commented 10 years ago

Assuming you are using merge we just had to change the cascade-type of the lists inside of this entities. I currently test if this works correctly.

Yserz commented 10 years ago

...typo...Fixed with 3da727d