secubox-openwrt/package/secubox/luci-app-secubox-admin
CyberMind-FR b0c944c244 fix: Handle undefined options in WidgetRenderer constructor
Fix TypeError when WidgetRenderer is instantiated with undefined options
parameter by adding defensive check at start of __init__ method.

Error:
  TypeError: can't access property "containerId", options is undefined

Fix:
  options = options || {};

This ensures the constructor works even if called without parameters,
preventing the TypeError when accessing options.containerId.

Incremented PKG_RELEASE: 3 → 4
2026-01-04 14:41:53 +01:00
..
htdocs/luci-static/resources fix: Handle undefined options in WidgetRenderer constructor 2026-01-04 14:41:53 +01:00
root/usr/share fix: Add ACL permissions for new catalog and version management RPC methods 2026-01-04 14:29:49 +01:00
Makefile fix: Handle undefined options in WidgetRenderer constructor 2026-01-04 14:41:53 +01:00