|
|
|
@ -3,8 +3,6 @@ var abp = abp || {}; |
|
|
|
abp.modals = abp.modals || {}; |
|
|
|
|
|
|
|
let l = abp.localization.getResource("AbpFeatureManagement"); |
|
|
|
|
|
|
|
|
|
|
|
abp.modals.FeatureManagement = function () { |
|
|
|
abp.ResourceLoader.loadScript('/client-proxies/featureManagement-proxy.js'); |
|
|
|
$('#ResetToDefaults').click(function (e) { |
|
|
|
@ -16,6 +14,9 @@ var abp = abp || {}; |
|
|
|
volo.abp.featureManagement.features.delete(providerName, prodiverKey).then(function () { |
|
|
|
abp.notify.success(l('ResetedToDefault')); |
|
|
|
}); |
|
|
|
setTimeout(function () { |
|
|
|
$('#featureManagmentModal').modal('hide'); |
|
|
|
}, 500); |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
|