Comment 0 for bug 1246010

Revision history for this message
Damián Soriano (damiansoriano) wrote :

Present in version 7.0 and saas.

- Install the 'base_calendar' module.
- Go to Messaging / Calendar.
- Go to the week view of the Calendar.
- Add a new event to the calendar (at this point you may experience bug: https://bugs.launchpad.net/openerp-web/+bug/1240643).
- Refresh the view.
- Move the newly created event to another day.
- Click on any filter and unclick.
- The event is not moved, it returns to it's original possition.

This is because the dataset_events of the view object is not updated with the values and uses the old values to render the calendar.

I can submit a fix as soon as this bug is confirmed.