-
-
Notifications
You must be signed in to change notification settings - Fork 774
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
When Versioning is enabled and Workflow is disabled, any newly created page is automatically placed into the Draft state.
Because Workflow is disabled, there is no mechanism to publish that Draft, leaving the page permanently invisible to all users except Content Managers.
This behavior effectively blocks page creation in this configuration.
Steps to reproduce?
- Install a clean DNN 10.1.2 instance.
- Go to Site Settings / Site Behavior / More, in workflow settings enable Versioning.
- Ensure that Workflow is disabled (no workflow assigned to the site).
- Create a new page.
Current Behavior
The new page is created in Draft state.
With no workflow assigned, there is no option to publish the page.
The page remains inaccessible to all users except Content Managers.
Expected Behavior
New page should be created in the Published state, since no workflow is active and no review/publish cycle exists.
Relevant log output
Anything else?
This bug was mentioned in comments of closed issue, like:
Workaround
A temporary workaround exists:
- Enable the Direct Publish workflow at the site level.
- Open Advanced Page Search, filter by Draft, and publish all affected pages.
- Disable workflow/versioning again as needed.
Affected Versions
10.1.2 (latest v10 release)
What browsers are you seeing the problem on?
No response
Code of Conduct
- I agree to follow this project's Code of Conduct