-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fixes #2406: Multiple requests are sent when opening create, edit, and detail modals due to repetitive load of bs4_modal.js
#2407
Fixes #2406: Multiple requests are sent when opening create, edit, and detail modals due to repetitive load of bs4_modal.js
#2407
Conversation
@irtimir @hasansezertasan Do we have information when this will be merged? |
Hey, I forgot about this issue, I just made changes after the review and hope this fix will be merged as soon as possible. |
21fc4c0
to
2fbdabc
Compare
@hasansezertasan let's merge this if everything looks good? |
Let me check this once more 👍. |
@davidism, @samuelhwilliams, it looks good to me. I tried it with my hasansezertasan/not-just-a-todo-app project, works very well 🚀. I would approve this PR but, I don't have the permission to do so 😞. |
bs4_modal.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice spot - thanks 👍
Script tags that load
bs4_modal.js
intemplates/bootstrap4/admin/model/modals/create.html
,templates/bootstrap4/admin/model/modals/edit.html
, andtemplates/bootstrap4/admin/model/modals/details.html
template files are removed.Fix: #2406