Make ActionDelete.ActionAlias public again
This commit is contained in:
committed by
Michael Latouche
parent
f3c4c677f3
commit
d0a752248e
@@ -11,7 +11,7 @@ namespace Umbraco.Cms.Core.Actions
|
||||
/// <summary>
|
||||
/// The unique action alias
|
||||
/// </summary>
|
||||
private const string ActionAlias = "delete";
|
||||
public const string ActionAlias = "delete";
|
||||
|
||||
/// <summary>
|
||||
/// The unique action letter
|
||||
|
||||
Reference in New Issue
Block a user