-
Notifications
You must be signed in to change notification settings - Fork 24
tryton: Honor sequence when on_change adds new keys in a dict [CUSTOM] #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| position = Gtk.PositionType.TOP | ||
| for other_key in sorted( | ||
| [x for x in value.keys() if x in self.field.keys], | ||
| key=lambda x: self.field.keys[x]['sequence'] or 0): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'ai un doute, tu peux essayer d'afficher les extra details stp ? Voir les extra_details d'une période de délégation ?
Peut-être que vérifier s'il y a la clef séquence dans la définition de la clef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'est une clé obligatoire (cf le display), ça crasherait systématiquement sinon
… [CUSTOM] (#72) Fix PCLAS-375
… [CUSTOM] (#72) Fix PCLAS-375
… [CUSTOM] (#72) Fix PCLAS-375
PR: (coopengo#72) Fix #11200
PR: (coopengo#72) Fix #11200
PR: (coopengo#52) Ref #9976 PR: (coopengo#55) Fix #10137 PR: (coopengo#73) PR: (coopengo#85) PR: (coopengo#3) Fix #5323 PR: (coopengo#72) Fix #11200 PR: (coopengo#53) PR: (coopengo#101) Fix #14746 PR: (coopengo#117) Fix #16764 Fix #0000 Fix #20838 PR: (#1) Feature #5107 Fix #PJAZZ-1458
PR: (coopengo#52) Ref #9976 PR: (coopengo#55) Fix #10137 PR: (coopengo#73) PR: (coopengo#85) PR: (coopengo#3) Fix #5323 PR: (coopengo#72) Fix #11200 PR: (coopengo#53) PR: (coopengo#101) Fix #14746 PR: (coopengo#117) Fix #16764 Fix #0000 Fix #20838 PR: (#1) Feature #5107 Fix #PJAZZ-1458
PR: (coopengo#52) Ref #9976 PR: (coopengo#55) Fix #10137 PR: (coopengo#73) PR: (coopengo#85) PR: (coopengo#3) Fix #5323 PR: (coopengo#72) Fix #11200 PR: (coopengo#53) PR: (coopengo#101) Fix #14746 PR: (coopengo#117) Fix #16764 Fix #0000 Fix #20838 PR: (#1) Feature #5107 Fix #PJAZZ-1458


Fix PCLAS-375