File tree Expand file tree Collapse file tree
infrastructure/active_records Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ class OpenStackDaysVideo extends VideoLink {
1818 );
1919
2020 private static $ has_one = array (
21- 'AboutVideos ' => 'OpenStackDaysPage ' ,
22- 'Collaterals ' => 'OpenStackDaysPage ' ,
23- 'ParentPage ' => 'OpenStackDaysPage ' , //dummy
21+ 'About ' => 'OpenStackDaysPage ' ,
22+ 'AboutHack ' => 'HackathonsPage ' ,
23+ 'Collaterals ' => 'OpenStackDaysPage ' ,
24+ 'ParentPage ' => 'OpenStackDaysPage ' , //dummy
2425 );
2526
2627 function getCMSFields (){
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class HackathonsPage extends Page {
2828 private static $ has_one = array ();
2929
3030 private static $ has_many = array (
31- 'AboutVideos ' => 'OpenStackDaysVideo.About ' ,
31+ 'AboutVideos ' => 'OpenStackDaysVideo.AboutHack ' ,
3232 'HeaderPics ' => 'OpenStackDaysImage.HeaderPics ' ,
3333 'OfficialGuidelines ' => 'OpenStackDaysDoc.OfficialGuidelines ' ,
3434 'PlanningTools ' => 'OpenStackDaysDoc.PlanningTools ' ,
You can’t perform that action at this time.
0 commit comments