How to delete a widget displayed in the portal via an update set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 09:04 PM
We have now transferred the update set from the stg environment to the dev environment.
In doing so, some of the same widgets were added to the portal in multiple update sets.
As a result, the same widget is showing up in multiple portals in the stg environment.
I know that removing them directly from the stg environment will solve the problem, but I don't want to touch the stg environment as much as possible.
There is only one widget in the dev environment right now.
What is the best way to remove it via the update set?
Here is my idea of how to do it.
If anyone has experience with this, please let me know.
1. Turn off the update set in the DEV environment and delete the “my request” widget
→ Temporarily no “my request” is displayed in the DEV environment
2. Release the above update set to the STG environment
→ Ideally, only one “my request” in the STG environment should be deleted at this time, but if two or more are deleted, you will have three. However, if both of them are deleted, do 3 as well.
3. Cut the update set in the DEV environment again and add the widget.
4. Release the above update set to the STG environment.
→ If only one of “my request” is deleted in 2, this update set does not need to be released.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 09:39 PM
@SotaT ,
Widget is added on a portal page, not on portal itself.
There are two options i can think of.
1. Go to the sp_page that has that widget you want to remove and delete the instance.
2. Go to the sp_page that has that widget you want to remove and set the instance to active=false.
These two are captured in updateset which will reflect in higher instance if you move. Given that widget instance sys_id are the same.