-
-
Notifications
You must be signed in to change notification settings - Fork 773
[Bug]: Html module is not supporting custom workflows #6482
Copy link
Copy link
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
Html module in DNN v10-rc3 does not support custom workflows. When content workflow is enabled and a custom workflow is selected at the site or page level, Html module content updates are not saved. No error messages are displayed.
Steps to reproduce?
- Manually add a custom workflow to the DNN database in the
ContentWorkflowsandContentWorkflowStatestables, then restart the DNN site. - In Site Settings, enable the custom workflow.
- Navigate to a page containing the Html module, edit the content, and attempt to save.
- Observe that the updates made are not persisted to the database or module history. The content workflow state remains unchanged.
Current Behavior
Html module updates are not being saved when a custom content workflow is active. No errors or feedback are provided.
Expected Behavior
Html module content should save correctly when using a custom workflow, updating the workflow state accordingly, and persisting changes to module history and database.
Relevant log output
Anything else?
No response
Affected Versions
10.0.0 (RC)
What browsers are you seeing the problem on?
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable