Paul Donald
Paul Donald
I ran into this once before and forgot exactly what it was I did to trigger this. Good you logged this. I can confirm that this exists.
@knarrff Have you been able to verify the proposed fix?
Have you tried this fix yet @knarrff
> Try this fix: > > ```diff > diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js > index 80ab426a0e..18c03249cf 100644 > --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js > +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js > @@ -260,7 +260,7 @@ function network_updown(id, map,...
> it merely enables the same rollback protection as the normal apply button. Not what I experienced. It counted down and applied those changes, no roll-back was available.
@jempatel can you address my comments, and let me know when you're done.
> Sure, Let me address the comments and test changes. If you did something, nothing has changed here...
Almost, you have the right values there, but they should be made translation (i18n) friendly. e.g. ```js o.value('secret', 'Shared Secret'); ``` should be ```js o.value('secret', _('Shared Secret')); ```
@jempatel please fix these most recent additions
Ok good. @jow- @hnyman any other reviewers? I'm largely satisfied.