From 682885ac17ce6e335f3c066746712016e7ada6c0 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Fri, 20 Jun 2008 08:56:50 +0000 Subject: [PATCH] fixed: CS posts don't have correct URLs generated --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Asset.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 17b65f3d7..0bb95590e 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.5.13 + - fixed: CS posts don't have correct URLs generated - fixed: Unable to template user profile viewing and editing screens. - fixed: Product Variants not saving SKU - fixed: Shop Payment Methods diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index c67333271..bc81c3a49 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -2287,6 +2287,7 @@ sub www_editSave { $object = $self->addChild({className=>$self->session->form->process("class","className")}); return $self->www_view unless defined $object; $object->{_parent} = $self; + $object->{_properties}{url} = undef; } else { if ($self->canEditIfLocked) {