-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a way to specify username to send notifications to #16073
Conversation
src/OrchardCore.Modules/OrchardCore.Notifications/Activities/NotifyUserTask.cs
Outdated
Show resolved
Hide resolved
src/OrchardCore.Modules/OrchardCore.Notifications/Activities/NotifyUserTask.cs
Outdated
Show resolved
Hide resolved
src/OrchardCore.Modules/OrchardCore.Notifications/ViewModels/NotifyUserTaskViewModel.cs
Outdated
Show resolved
Hide resolved
src/OrchardCore.Modules/OrchardCore.Notifications/Views/Items/NotifyUserTask.Fields.Edit.cshtml
Outdated
Show resolved
Hide resolved
src/OrchardCore.Modules/OrchardCore.Notifications/Views/Items/NotifyUserTask.Fields.Edit.cshtml
Outdated
Show resolved
Hide resolved
src/OrchardCore.Modules/OrchardCore.Notifications/Drivers/NotifyUserTaskDisplayDriver.cs
Outdated
Show resolved
Hide resolved
src/OrchardCore.Modules/OrchardCore.Notifications/Drivers/NotifyUserTaskDisplayDriver.cs
Outdated
Show resolved
Hide resolved
Please only request review if we have all the discussions settled. I really don't want to keep getting back to things. |
…n't have to repeat them
@Piedone I made the requested changes. I would rather keep |
…otifyUserTask.cs Co-authored-by: Zoltán Lehóczky <[email protected]>
@Piedone I am done with this. I made some changes to simplify inheriting the base display driver. Let me know if you see anything else. Otherwise, please approve. I would like to test this out using "preview" in my project tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can BTW dotnet pack
just this project locally with a higher version number, reference it from your web project with a local package source, and test it right away.
src/OrchardCore.Modules/OrchardCore.Notifications/Drivers/NotifyUserTaskDisplayDriver.cs
Outdated
Show resolved
Hide resolved
src/OrchardCore.Modules/OrchardCore.Notifications/Drivers/NotifyUserTaskDisplayDriver.cs
Outdated
Show resolved
Hide resolved
…fyUserTaskDisplayDriver.cs Co-authored-by: Zoltán Lehóczky <[email protected]>
@Piedone this would require you to pack 4 different packages since more than one project was updated. I will wait until this is merged since everything was addressed anyway and the PR is ready. |
Not everything: #16073 (comment) |
Fix #14748