Merged in feat/book-228-campaign (pull request #2818)
feat(book-228): campaign cache fixes * feat(book-228): campaign cache fixes Approved-by: Erik Tiekstra Approved-by: Joakim Jäderberg Approved-by: Matilda Landström
This commit is contained in:
@@ -77,7 +77,7 @@ export function generateTagsFromSystem(
|
||||
connections: System["system"][]
|
||||
) {
|
||||
return connections.map((system) => {
|
||||
return generateRefTag(
|
||||
return generateTag(
|
||||
system.locale ?? lang,
|
||||
system.content_type_uid,
|
||||
system.uid
|
||||
|
||||
Reference in New Issue
Block a user