fixed: CS posts don't have correct URLs generated

This commit is contained in:
Graham Knop 2008-06-20 08:56:50 +00:00
parent 0efe1fabec
commit 682885ac17
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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) {