Skip to content
Snippets Groups Projects
Commit 82335cca authored by Danae Savvidi's avatar Danae Savvidi :laughing:
Browse files

fix module being reset

parent 2d52ee83
Branches
Tags
2 merge requests!229Version 2.2.1,!224Resolve "Search feature in assistant view unusable: Assistant view resets selected module upon search"
......@@ -58,6 +58,7 @@
name="q"
placeholder="Search for group name, netID, or student name..."
th:value="${param.q}" />
<input type="hidden" name="module" th:value="${module?.id}" />
<button type="submit" class="fa-solid fa-search"></button>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment