kolibri
kolibri copied to clipboard
'Select a source' modal - Broken 'Add new device' link
Observed behavior
Observed while testing https://github.com/learningequality/kolibri/pull/12077 - the 'Add new device' link is not working in the 'Select a source' modal (tested both in Chrome and Firefox):
https://github.com/learningequality/kolibri/assets/79847249/5f6578d2-2b25-4c9a-97e9-c34b9d6c660e
Expected behavior
Functional 'Add new device' link.
Steps to reproduce the issue
- Install the build from https://github.com/learningequality/kolibri/pull/12077
- Go through the Setup Wizard by importing a full facility.
- When you dismiss the 'Welcome modal' at Device > Channels you will see the 'Select a source' modal.
- Attempt to add a new device by clicking the 'Add new device' link
Usage Details
Kolibri 0.16.1 Windows 11, Ubuntu 22 - Chrome
@radinamatic @jredrejo
@pcenov @radinamatic I can't reproduce this issue anymore. I think this has been solved in recent 0.16.x implementations. Let me know if you have a chance to reproduce it somehow or let's close it
Hi @jredrejo - I am still able to replicate this in https://github.com/learningequality/kolibri/releases/tag/v0.16.2-beta1:
https://github.com/learningequality/kolibri/assets/79847249/ad1c3b2a-0e47-461a-a222-48006182a5a3
Hi @jredrejo - I am still able to replicate this in https://github.com/learningequality/kolibri/releases/tag/v0.16.2-beta1:
2024-05-07_11-14-29.mp4
Hi @pcenov , can you give me some hints to reproduce it? I tested it with the same version. What steps do you take to reach that point? I imported one facility and later I went to the channels tab to import new channels. What could be the difference?
Hi @jredrejo, I am not doing anything different than following these steps:
- Go through the Setup Wizard by importing a full facility.
- When you dismiss the 'Welcome modal' at Device > Channels you will see the 'Select a source' modal.
- Attempt to add a new device by clicking the 'Add new device' link
I am using the same Beta 1 build on both VM's and I have done a clean install of Kolibri, and have cleared all cache and cookies in the Chrome browser. When I click the link 'Add new device' I don't see any errors in the console.
@pcenov thanks, I could reproduce it now. It was not actually an error: it was this feature had never been implemented in this part of the code. Let me know if you find any issue when checking the PR that fixes it.
Closed in #12136