17.0 [IMP] auditlog: Modernize http_session display_name computation#3437
17.0 [IMP] auditlog: Modernize http_session display_name computation#3437drkpkg wants to merge 0 commit into
Conversation
StefanRijnhart
left a comment
There was a problem hiding this comment.
Http session create_date edge case is already handled in #3432. Can you review it? If we can get it merged quickly, you can rebase your PR with the leftovers.
Thanks for the heads-up! I’ve reviewed #3432 and it looks good to me—please go ahead and merge when you’re ready. I’ll rebase my branch afterwards and handle any remaining bits. |
|
Done. |
|
Thanks, merging that one. If you rebase your changes, please note that the pot file will automatically be updated by the OCA github bot. Please leave it out to prevent conflicts with concurrent changes to the same module that also lead to changes to translation terms. |
|
Sure, I'll do the corrections once I rebase the changes! |


The old and/or pattern can fail with falsy but valid values. The ternary operator is safer and more readable.