Make ActionDelete.ActionAlias public again
(cherry picked from commit d0a752248e)
This commit is contained in:
committed by
Paul Johnson
parent
be2194a8b1
commit
6d3e4aaa78
@@ -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