Skip to content

Commit

Permalink
Fix: Copy the meta description when content item is duplicated (#2514)
Browse files Browse the repository at this point in the history
  • Loading branch information
jomarmontuya authored Feb 2, 2024
1 parent 92a0e44 commit 2559fe4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const DuplicateItemDialog = ({ onClose }: DuplicateItemProps) => {
parentZUID: item.web.parentZUID,
metaLinkText: item.web.metaLinkText + " (copy)",
metaTitle: item.web.metaTitle + " (copy)",
metaDescription: item.web.metaDescription + " (copy)",
pathPart: item.web.pathPart
? item.web.pathPart + `-${new Date().toISOString()}`
: undefined,
Expand Down

0 comments on commit 2559fe4

Please sign in to comment.