Dear all
Until now I was using CBI lua server side pages. One of the most appreciated functions was use the hooks mechanism like Map.on_after_commit so I can call my own code after all uci variables was upgraded in /etc/config/...
How can I achieve same thing for new LuCI / javascript client side? I've test Option.write but it is called before the uci variable is written, so it doesn't work.
Thank you