Review: Resubmit
> Thanks for reviewing it Xavier.
> 
> I completely agree to you about the example given by you.
> 
> The user-color combination gets changed because colors are not preserved, and
> are changed each time if a new user is encoded with meeting.
> 
> As of now, reason is also due to the problem is dictionary which never gives
> the right sequence the way keys were entered. Hopefully, this would be solved
> in Python 2.7 if I am not wrong.
> 
> We will surely investigate more in order to have an accurate solution for both
> the clients(It is to note that same stuff happens with GTK as the logic tends
> to be the same).
> 
> Share your views please.
> 
> Thanks.


Hello,

Changed the code, as the result of search was not sorted so thats why color 
were wrongly assigned to user, so sort search result by id, but here we have to 
split search ids because the search method in base_calendar is overrided so it 
gives ids+datetime so split with '-' and sort that ids and again join ids. and 
then assign the color.

Thanks. 
-- 
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-bug-14811-msh/+merge/67301
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-client-web/6.0-bug-14811-msh.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to