fixed: CS posts don't have correct URLs generated
This commit is contained in:
parent
0efe1fabec
commit
682885ac17
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue