15643 Document list showing document publish date

This commit is contained in:
2025-04-10 13:17:11 +01:00
parent 13e598c60c
commit cb8b7938f5
4 changed files with 68 additions and 18 deletions
+7 -1
View File
@@ -182,7 +182,13 @@ export async function getServerSideProps(context) {
return toUrlObj.toString(); // Return the full new URL as a string
};
formURL = appendParamsAndPathToNewUrl(context.query.callbackUrl, formURL);
typeof context.query.callbackUrl != "undefined" &&
(formURL = appendParamsAndPathToNewUrl(
context.query.callbackUrl,
formURL
));
//formURL = appendParamsAndPathToNewUrl(context.query.callbackUrl, formURL);
const url = new URL(formURL); // base URL