update image editor
This commit is contained in:
parent
1bb7d85b87
commit
c5bfd529a2
4 changed files with 12 additions and 11 deletions
|
@ -185,7 +185,7 @@
|
|||
function showImageDownloader(page, imageType) {
|
||||
require(['components/imagedownloader/imagedownloader'], function () {
|
||||
|
||||
ImageDownloader.show(currentItem.Id, imageType).done(function (hasChanges) {
|
||||
ImageDownloader.show(currentItem.Id, currentItem.Type, imageType).done(function (hasChanges) {
|
||||
|
||||
if (hasChanges) {
|
||||
reload(page);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue