1. Start tryton client,
2. click on "Manage profiles" button
3. profile editor popup: click on "add" button and then press escape
4. the following message appears:
could not find tree path
File "tryton/tryton/gui/window/dblogin.py", line 251, in edit_profilename
oldname = model[path][0]
Hi pilou,
If you want your patch to be reviewed, do not forget to send a mail to the
tryton-dev list (just forward the one sent by the codereview app).
@bch indeed the email is automatically sent.
But sometimes for some users appengine doesn't want to send it so I need to
invite them coderview but they need to accept the invitation.
@ced I just receive your invitation, but i need to read attentively the "terms
of service" ;)
By the way mails were automatically sent for my previously created codereview.
Cédric Krieradded 1 deleted label and removed 1 deleted label
Sorry, just tested again the patch before applying but it seems we lost a
functionality.
If you start editing the name of an existing profile and click somewhere else,
you lost the modification.
If you start editing the name of an existing profile and:
- click somewhere inside the treeview, you don't lost the modification. Indeed
"GtkCellRendererText" send "edited" signal.
- click somewhere else outside the tryton client, you lost the modification.
Indeed "GtkCellRendererText" send "editing-canceled" signal.
Without the attached patch it's not possible to cancel an edition: when escape
key is pressed GtkCellRendererText send "editing-canceled" signal and the
modification is saved.
Did you prefer allowing cancellation or the current behaviour ?
On 30/01/12 17:34 +0100, Pierre-Louis Bonicoli wrote:
>
> If you start editing the name of an existing profile and:
> - click somewhere inside the treeview, you don't lost the modification. Indeed
> "GtkCellRendererText" send "edited" signal.
> - click somewhere else outside the tryton client, you lost the modification.
> Indeed "GtkCellRendererText" send "editing-canceled" signal.
>
> Without the attached patch it's not possible to cancel an edition: when escape
> key is pressed GtkCellRendererText send "editing-canceled" signal and the
> modification is saved.
>
> Did you prefer allowing cancellation or the current behaviour ?
review171005 updated:
- Fix exception described in msg9268
- when entry lost focus, modifications are saved
- when escape key is pressed modifications are not saved
- Fix another exception: when a new profile with a name equal to an existing
name, avoid exception
On 31/01/12 09:42 +0100, Pierre-Louis Bonicoli wrote:
>
> Pierre-Louis Bonicoli <pierre-louis.bonicoli@bioecoforests.com> added the comment:
>
> review171005 updated:
> - Fix exception described in msg9268
> - when entry lost focus, modifications are saved
> - when escape key is pressed modifications are not saved
So you did no follow my answer so why asking?
> - Fix another exception: when a new profile with a name equal to an existing
> name, avoid exception