mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-08 00:14:31 +08:00
added orchardFeature attribute where it was missing in Orchard.Roles (#8680)
This commit is contained in:

committed by
GitHub

parent
6283106c53
commit
ff2f222695
@@ -1,9 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using Orchard.Environment.Extensions;
|
||||
using Orchard.Localization;
|
||||
using Orchard.Workflows.Models;
|
||||
using Orchard.Workflows.Services;
|
||||
|
||||
namespace Orchard.Roles.Activities {
|
||||
[OrchardFeature("Orchard.Roles.Workflows")]
|
||||
public class RoleEventActivity : Event {
|
||||
public Localizer T { get; set; }
|
||||
|
||||
|
@@ -1,7 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
using Orchard.Environment.Extensions;
|
||||
using Orchard.Workflows.Services;
|
||||
|
||||
namespace Orchard.Roles.Events {
|
||||
[OrchardFeature("Orchard.Roles.Workflows")]
|
||||
public class RoleEventHandler : IRoleEventHandler {
|
||||
private readonly IWorkflowManager _workflowManager;
|
||||
|
||||
|
Reference in New Issue
Block a user