Commit 579c51b89a4448ec49d7381ca4bbc0eb3bb6d6f0
1 parent
65f5712c
select characteristic
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models/Product.php
@@ -138,7 +138,7 @@ | @@ -138,7 +138,7 @@ | ||
138 | 'model' => ProductImage::className(), | 138 | 'model' => ProductImage::className(), |
139 | 'config' => [ | 139 | 'config' => [ |
140 | 'caption' => 'image', | 140 | 'caption' => 'image', |
141 | - 'delete_action' => '/product/manage/delete-image', | 141 | + 'delete_action' => '/ecommerce/manage/delete-image', |
142 | 'id' => 'id', | 142 | 'id' => 'id', |
143 | ], | 143 | ], |
144 | ], | 144 | ], |