Yarik
/
artbox-ecommerce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
579c51b89a4448ec49d7381ca4bbc0eb3bb6d6f0
Authored by
Administrator
2017-01-20 12:31:45 +0200
1 parent
65f5712c
select characteristic
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models/Product.php
Inline
Side-by-side
models/Product.php
Wrap text
Show/Hide comments
View file @
579c51b
...
...
@@ -138,7 +138,7 @@
138
138
'model' => ProductImage::className(),
139
139
'config' => [
140
140
'caption' => 'image',
141
- 'delete_action' => '/
product
/manage/delete-image',
141
+ 'delete_action' => '/
ecommerce
/manage/delete-image',
142
142
'id' => 'id',
143
143
],
144
144
],
...
...