erp5_core: Fix unicode bug on ZODB History view.
Some objects become unicode when %s is applied and may cause UnicodeDecodeError, thus use %r insead.
Showing
Please register or sign in to comment
lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours
Some objects become unicode when %s is applied and may cause UnicodeDecodeError, thus use %r insead.