mirror of
https://github.com/openwrt/luci.git
synced 2025-08-01 05:00:53 +00:00
The usecalc property suffers from recursive calculation; that is, its output becomes its input at the next save. It is not known in advance whether a stored value is one that was calculated or not. So this part was removed. The getCalculatedValue() function is retained should it be desirable to get this value. The 'optional' property was removed since it didn't do anything. The 'validate' property is now correctly bound. Signed-off-by: Paul Donald <newtwen+github@gmail.com>