Dnn.Platform
Dnn.Platform copied to clipboard
Removal of the WebSlice options
Fixes #3703
Summary
The changes proposed here are to remove the WebSlice options from the Module Settings UI as well as the underlying tables, since it's no longer supported.
How to Test
- Do a clean install of DNN Platform and verify that the install completes without any errors.
- Upgrade an existing instance of DNN Platform and verify that the upgrade process completes without any errors
- Verify that the "Is a WebSlice" options have been removed from the Module Settings > Page Settings > Basic Settings section
Before this fix:
- Is a WebSlice options existed in Module Settings
- Views, Tables, Stored Procedures and Constraints referenced the IsWebSlice column in the TabModules table
- TabModules Table
- TabModules Contraints
- TabModules Indexes
- vw_TabModules
- SP: AddTabModule
- SP: UpdateTabModule
- TabModules Table
After this fix:
-
No options exist for the WebSlice Options in the Module Settings UI
-
The Tables, Views, SPs, Indexes, and Constraints have been updated/removed
Why do we have this one and #4710 @joshgk00 ? Should we close #4710 ?
I created a draft PR before I got the response that the changes should be pointed at the develop branch. #4710 can be closed out.
Awesome, I closed the other one.
We have detected this issue has not had any activity during the last 90 days. That could mean this issue is no longer relevant and/or nobody has found the necessary time to address the issue. We are trying to keep the list of open issues limited to those issues that are relevant to the majority and to close the ones that have become 'stale' (inactive). If no further activity is detected within the next 14 days, the issue will be closed automatically. If new comments are are posted and/or a solution (pull request) is submitted for review that references this issue, the issue will not be closed. Closed issues can be reopened at any time in the future. Please remember those participating in this open source project are volunteers trying to help others and creating a better DNN Platform for all. Thank you for your continued involvement and contributions!
I've pinned this PR so it won't be marked as stale again