odoo/odoo#151028
Created by Discuss, Thanh Son Dodeur (tso)
Merged
at 6f12d0ad428a2f038fcbc50600796941e3f3f981
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:17.0-input-values-fix-tso
- head
- 07150cb3ea3cb19da9c93bfbd84bf6a48aea0746
- merged
- 1 year ago by Discuss, Sébastien Theys (seb)
odoo/odoo | |
---|---|
17.0 | #151028 |
saas-17.1 | #159693 |
saas-17.2 | #160188 |
18.0 | |
saas-18.1 | |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
master | #160380 |
[FIX] discuss: fix slider values in call settings
- Adds text values for the call settings sliders.
- Replaces
onChange
events withonInput
events so that the values
respect the position of the sliders. - Debounces some functions to handle the increased amount of calls
due to the swap to theonInput
listener. - Changes the default value of
voiceActiveDuration
from0
to200
to match the minimum value of the input.