The search and sort fields in all sections are not filled with any data and therefore not usable. See attached screenshot.
I've been digging through the code and I think I have identified the responsible code section:
In "YAPO\videos\static\js\app\section-list-wrapper\section-list-wrapper.component.js" the "self.sectionType" is undefined when choosing the data to populate the fields.
One solution would be to do all that in the "mainPageInit" function and NOT call it again. It would look like this:
That fixes it in my test environment. I don't understand the code base well enough to know if that breaks anything else though. It should be done by somebody who knows what he is doing. :)
Hey, it would be great if you play around with it and see if it actually breaks something. If it doesn't just create a pull request and I'll add your fix.
The search and sort fields in all sections are not filled with any data and therefore not usable. See attached screenshot.
I've been digging through the code and I think I have identified the responsible code section: In "YAPO\videos\static\js\app\section-list-wrapper\section-list-wrapper.component.js" the "self.sectionType" is undefined when choosing the data to populate the fields. One solution would be to do all that in the "mainPageInit" function and NOT call it again. It would look like this:
and so on...
That fixes it in my test environment. I don't understand the code base well enough to know if that breaks anything else though. It should be done by somebody who knows what he is doing. :)
Regards