Merge pull request #1118 from MihaelaStoica/CA-147142

CA-147142: ReadOnly user should not be allowed to delete crash dump f…
This commit is contained in:
Gabor Apati-Nagy 2016-08-16 16:16:56 +01:00 committed by GitHub
commit a069e177c3

View File

@ -37,7 +37,7 @@ using XenAPI;
namespace XenAdmin.Actions
{
public class DestroyHostCrashDumpAction : AsyncAction
public class DestroyHostCrashDumpAction : PureAsyncAction
{
private static readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);