server-ux icon indicating copy to clipboard operation
server-ux copied to clipboard

[16.0][FIX] template_content_swapper: use _render()

Open AungKoKoLin1997 opened this issue 7 months ago • 1 comments
trafficstars

Before this PR, when a user tried to swap the content of the survey questions page, it did not work because _render_template was called only once when the main page was opened.

This PR moves the content mapping logic from _render_template of ir.ui.view to _render of ir.qweb, which is used more consistently, ensuring content replacement works in all rendering scenarios.

@qrtl QT5304

AungKoKoLin1997 avatar Apr 08 '25 03:04 AungKoKoLin1997