mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +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);
|
||||
}
|
||||
|
||||
[OrchardSuppressDependency("Orchard.Email.Workflows")]
|
||||
[OrchardFeature("Orchard.Email.Workflows")]
|
||||
public class EmailActivity : Task {
|
||||
private readonly IMessageService _messageService;
|
||||
private readonly IJobsQueueService _jobsQueueService;
|
||||
|
@@ -10,7 +10,7 @@ using Orchard.Localization;
|
||||
|
||||
namespace Orchard.Email.Forms {
|
||||
|
||||
[OrchardSuppressDependency("Orchard.Email.Workflows")]
|
||||
[OrchardFeature("Orchard.Email.Workflows")]
|
||||
public class EmailForm : Component, IFormProvider {
|
||||
private readonly IFeatureManager _featureManager;
|
||||
protected dynamic New { get; set; }
|
||||
|
Reference in New Issue
Block a user