-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown selection of playlist item is not working in V5 #850
Comments
@adriangoszczynski thanks for reporting this. Can you please provide more details? I tested this with the out of the box playlists and using the drop down worked fine. Is there a specific playlist you found that it wasn't working in? |
@dcashpeterson yeah, it works fine for the oob list, but we are using it with custom subcategories and playlists, in this case it is not working. |
@dcashpeterson additionally, I just found that if you choose to setup webpart with specific playlist, you can see only one playlist per subcategory |
I have the same issue, however with the update I can't even open the ///sites/M365LP/SitePages/CustomLearningAdmin.aspx, |
Hi @dcashpeterson I can add to the issue. The Select a filter > Playlist | Filter to Playlist only returns the first item from the subcategory. Including a screenshot: On the left you can see I have two playlists under the subcategory. On the right only the first playlist is showing: |
Thanks folks. I'll look at this and report back when I have something to report. |
@adriangoszczynski This issue is in progress. |
Is the issue that Emac725 raised sorted out yet? I'm seeing the same behaviour. |
This is in progress. I am working on fixing both bugs. |
I don't suppose we have a rough fix date on this issue do we? |
@StuatElliottAdams, @droogsdontrun, @Emac725 I apologize for the delay. This is a community project so we work on this in our free time. Unfortunately, I have not had a chance to make the fix. If you are a developer and want to take a stab at fixing it I am happy to accept a PR. I will update the issue when I have a fix ready for release. Again, I apologize for the delay. |
Describe the bug
Nothing happens if I change playlist using dropdown menu in the webpart. In the Developer Tools webpart following error appears:
M365LP:CustomLearning (_selectAsset) - TypeError: Cannot read properties of undefined (reading 'Id')
To Reproduce
Update Learning Pathways to V5 and try to change playlist item with dropdown menu.
Expected behavior
Once another item is selected, webpart should switch to it.
Learning Pathways version number
5.0.0.4
Additional context
Previous and Next buttons works as expected.
The text was updated successfully, but these errors were encountered: