mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
added orchardFeature attribute where it was missing in Orchard.Roles (#8680)
This commit is contained in:
parent
6283106c53
commit
ff2f222695
@ -1,9 +1,11 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using Orchard.Environment.Extensions;
|
||||||
using Orchard.Localization;
|
using Orchard.Localization;
|
||||||
using Orchard.Workflows.Models;
|
using Orchard.Workflows.Models;
|
||||||
using Orchard.Workflows.Services;
|
using Orchard.Workflows.Services;
|
||||||
|
|
||||||
namespace Orchard.Roles.Activities {
|
namespace Orchard.Roles.Activities {
|
||||||
|
[OrchardFeature("Orchard.Roles.Workflows")]
|
||||||
public class RoleEventActivity : Event {
|
public class RoleEventActivity : Event {
|
||||||
public Localizer T { get; set; }
|
public Localizer T { get; set; }
|
||||||
|
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using Orchard.Environment.Extensions;
|
||||||
using Orchard.Workflows.Services;
|
using Orchard.Workflows.Services;
|
||||||
|
|
||||||
namespace Orchard.Roles.Events {
|
namespace Orchard.Roles.Events {
|
||||||
|
[OrchardFeature("Orchard.Roles.Workflows")]
|
||||||
public class RoleEventHandler : IRoleEventHandler {
|
public class RoleEventHandler : IRoleEventHandler {
|
||||||
private readonly IWorkflowManager _workflowManager;
|
private readonly IWorkflowManager _workflowManager;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user