Members in batch list is blank nothing is coming in dropdown #557
-
Hello All, I am trying to enable the invite-only batch feature on Sunbird-Ed. I have added a button for switching the batches and it opens the members in the batch list dropdown. The dropdown got enabled by itself when I added the button code. Here is the button code
But no values are coming in the participant dropdown, Please guide me here. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
Can anyone please help me with this? I am unable to proceed further |
Beta Was this translation helpful? Give feedback.
-
@rajeevsathish @vinukumar-vs can you please get back on this |
Beta Was this translation helpful? Give feedback.
-
@Xitija in the code we have blocked the invite-only batch and the participantList. so please enable the same so that you can see the value in the participantList list dropdown |
Beta Was this translation helpful? Give feedback.
-
I changed the API body by removing It is getting all the users in the current organization, but there needs to be some code that will set the data to the dropdown on the change of batches. If you have more information on this please guide me. |
Beta Was this translation helpful? Give feedback.
-
@rajeevsathish - Can you look into this thread and take it to closure by providing the correct advise? |
Beta Was this translation helpful? Give feedback.
Hello All,
I referred the code from Sunbird 2.9 branch which previously had invite-only feature implemented.
But I could not find the solution to the problem stated above.
With support from the team, I figured out that it was happening because an external jquery script
semanticDropdown.js
is added.We managed to make it work with some code changes.