Skip to content

Commit

Permalink
WIP Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dasistwas committed Feb 27, 2025
1 parent 8bb0377 commit b53817c
Show file tree
Hide file tree
Showing 6 changed files with 695 additions and 626 deletions.
2 changes: 1 addition & 1 deletion amd/src/dynamicfilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ define(['core_form/dynamicform', 'core/toast'], (DynamicForm, Toast) => {
return;
}

const dynamicForm = new DynamicForm(container, 'mod_datalynx_filter_form');
const dynamicForm = new DynamicForm(container, '\mod_datalynx\\mod_datalynx_filter_form');

dynamicForm.addEventListener(dynamicForm.events.FORM_SUBMITTED, (e) => {
e.detail.good.forEach(successMessage => {
Expand Down
Loading

0 comments on commit b53817c

Please sign in to comment.