mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
Fixes #29750. - We introduced an argument called `custom_profile_field` similar to `sub` and `group` in `check_property_changed` and `populate_data_for_request`. - We could've introduced `field` param in `get_input_element_value`, but I've kept it clean since it didn't have any similar kind of data input. The performance difference due to this should be negligible. - Introduced a span that would be parent to all `field_data` params since it is needed by the diff infrastructure. - If there is no data to be changed, we display our success status without sending the PATCH request since save changed button is always enabled. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| server | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.js | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||