mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This is a preliminary commit which refactors `populate_data_for_request` function, now this function traverse on all "property elements" of a given subsection, but get the data only of those properties which have `setting-widget-type` data attribute. Therefore, it doesn't change the functionality of this function and overall changes don't make any difference. In upcoming commits, we're going to use `input_elem` as an argument to `check_property_changed` function, so that only those elements whose values are changed are sent to the backend.