Closed darthpolly closed 10 years ago
I thought we found the hack to duplicate a backend to get this working, how did it go ?
On 5 August 2013 19:21, Patricio Reboratti notifications@github.com wrote:
After merging search-view into master and then rebasing playout-view-master into master, playout-view-master's assumption of having always Schedule and Universe collections fully populated is no longer valid.
Reproduce: on first load, Schedule and Universe have 20 elements, that will be the limit of elements drawn in PlayoutView no matter how many we have scheduled. Besides, if we have scheduled a playlist that has not been fetched into Universe, we won't see the clip description on the zoomable panel and some errors will pop up after accessing methods and properties of undefined objects.
— Reply to this email directly or view it on GitHubhttps://github.com/inaes-tic/mbc-caspa/issues/162 .
Niv Sardi
I dont think it worth it, beacuse we need an structural change to support it (an it is right now in our schedule)
I'm not able to reproduce this on master. Anyone else ?
i cant reproduce it! @darthpolly ?
After merging
search-view
intomaster
and then rebasingplayout-view-master
intomaster
,playout-view-master
's assumption of having alwaysSchedule
andUniverse
collections fully populated is no longer valid.Reproduce: on first load,
Schedule
andUniverse
have 20 elements, that will be the limit of elements drawn in PlayoutView no matter how many we have scheduled. Besides, if we have scheduled a playlist that has not been fetched intoUniverse
, we won't see the clip description on the zoomable panel and some errors will pop up after accessing methods and properties ofundefined
objects.