CmsKit - Fix js redirection for BlogPost Update

pull/7911/head
enisn 5 years ago
parent 249dabdef4
commit 42d3f7c4be

@ -126,7 +126,7 @@
function finishSaving(result) {
abp.notify.success(l('SuccessfullySaved'));
abp.ui.clearBusy();
location.href = "..";
location.href = "../../BlogPosts";
}
$titleClone.on('change paste keyup', function () {

Loading…
Cancel
Save