-
- Downloads
[REF] web: adaptations to use simple tap to add an event on mobile
Before this commit, the only way to add an event was using a long tap.
After this commit, a short tap will be added.
So to summarize on Mobile there is two methods to add an event using the
calendar: short tap and long tap.
For month/year views when a user tap on a "Free Zone" (no event)
the view is changed in the "day view" for this clicked day.
Task ID: 1891957
closes odoo/odoo#64615
Related: odoo/enterprise#15785
Signed-off-by:
Adrien Dieudonné (adr) <adr@odoo.com>
No related branches found
No related tags found
Showing
- addons/web/static/src/js/views/calendar/calendar_controller.js 3 additions, 0 deletions...s/web/static/src/js/views/calendar/calendar_controller.js
- addons/web/static/src/js/views/calendar/calendar_renderer.js 23 additions, 20 deletionsaddons/web/static/src/js/views/calendar/calendar_renderer.js
- addons/web/static/tests/helpers/test_utils.js 1 addition, 0 deletionsaddons/web/static/tests/helpers/test_utils.js
- addons/web/static/tests/helpers/test_utils_dom.js 50 additions, 0 deletionsaddons/web/static/tests/helpers/test_utils_dom.js
- addons/web/static/tests/views/calendar_tests.js 50 additions, 0 deletionsaddons/web/static/tests/views/calendar_tests.js
Loading
Please register or sign in to comment