Skip to content
Snippets Groups Projects

Use template id if name is empty. SHOP-4342 #CLOSE

Merged Falk@JTL requested to merge SHOP-4342 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -148,7 +148,7 @@ final class Model extends DataModel
*/
public function getName(): string
{
return $this->cName;
return $this->cName ?? $this->getTemplate();
}
/**
Loading