mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing that Orchard.Email Workflows classes weren't actually under the corresponding feature
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Orchard.Email.Activities {
|
|||||||
void Enqueue(string message, object parameters, int priority);
|
void Enqueue(string message, object parameters, int priority);
|
||||||
}
|
}
|
||||||
|
|
||||||
[OrchardSuppressDependency("Orchard.Email.Workflows")]
|
[OrchardFeature("Orchard.Email.Workflows")]
|
||||||
public class EmailActivity : Task {
|
public class EmailActivity : Task {
|
||||||
private readonly IMessageService _messageService;
|
private readonly IMessageService _messageService;
|
||||||
private readonly IJobsQueueService _jobsQueueService;
|
private readonly IJobsQueueService _jobsQueueService;
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ using Orchard.Localization;
|
|||||||
|
|
||||||
namespace Orchard.Email.Forms {
|
namespace Orchard.Email.Forms {
|
||||||
|
|
||||||
[OrchardSuppressDependency("Orchard.Email.Workflows")]
|
[OrchardFeature("Orchard.Email.Workflows")]
|
||||||
public class EmailForm : Component, IFormProvider {
|
public class EmailForm : Component, IFormProvider {
|
||||||
private readonly IFeatureManager _featureManager;
|
private readonly IFeatureManager _featureManager;
|
||||||
protected dynamic New { get; set; }
|
protected dynamic New { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user