-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Firewall module - Activate at boot #255
Comments
Confirmed. This bug is happening when in settings I will try to figure out the source of the problem and fix it by next release. Thanks! |
It is happening in all modules with Add the following script in theme's extenison (JS) to fix this issue across all modules: if (t___wi.location != t__wi_p.location) {
$('form[action="bootup.cgi"]').on('submit', function () {
$(this).append('<input type="hidden" name="boot" value="' + $('input[name="boot"]:checked').val() + '">')
});
} In the future release I will add this to the package. Thanks for reporting on this wild bug! |
I'm having the same problem with last version of the theme. |
I was testing it with 18.03 - it was working. Did you clear cache after upgrading the theme? |
What version of the theme are you using? |
17.84 on debian wheezy. I thought that was updated because didn't mentioned about a new version of the theme, then I set auto update check to on (default was off). Even if I set to auto update, I don't get the new version. Click on force update didn't solved. |
Update notice will work with the next Webmin release. |
Or apply this fix: |
If in firewall module I set "activate at boot" to yes, once I save the setting, the flag is reverted to "no".
With the default theme I don't have the same issue
The text was updated successfully, but these errors were encountered: