Custom post preservation templates not working properly in 2.4.17 #1325
-
Hi community, I have currently installed the latest 2.4.17 from 2.4.14.4 and I have issues using a custom preserve POST data template with OIDCPreservePostTemplates. With the oldest version the preserve/restore templates were correctly used but when I updated to the 2.4.17 the module doesn't seem to load properly them and the returned html page is always like this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Preserving...</title>
</head>
<body onload="preserveOnLoad()">
<p>Preserving...</p>
</body>
</html> No javascript loaded and even if I edit the head/body it's always printed "Preserving..." Everything works fine if I use default templates (without the directive OIDCPreservePostTemplates) in both versions. Many thanks if you can help me or analyze my problem! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
that sounds like a regression bug, we'll look into it asap |
Beta Was this translation helpful? Give feedback.
this is fixed in d883c95