diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 2f59cdafb..29ed1591b 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -7,3 +7,5 @@ - fix: Template toolbar missing for Transaction Error Template - fix: Page fails and cannot be edited except through the db if custom rich editor deleted. - fix: Search returns not restricted to chosen path or asset type + - fix: Product Asset - specification labels not showing +g diff --git a/lib/WebGUI/Asset/Wobject/Product.pm b/lib/WebGUI/Asset/Wobject/Product.pm index 86ddba9ea..e94cb10dd 100644 --- a/lib/WebGUI/Asset/Wobject/Product.pm +++ b/lib/WebGUI/Asset/Wobject/Product.pm @@ -624,7 +624,7 @@ sub www_editSpecificationSave { return $self->session->privilege->insufficient() unless ($self->canEdit); $self->setCollateral("Product_specification", "Product_specificationId", { Product_specificationId => $self->session->form->process("sid"), - name => $self->session->form->process("name"), + name => $self->session->form->process("name","combo"), value => $self->session->form->process("value","combo"), units => $self->session->form->process("units","combo") });