How to edit sn-filter-widget in the "SN Desktop Filter" widget?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2018 12:57 PM
The "SN Desktop Filter" widget is using a <sn-filter-widget> on it's HTML. Is there a way to edit it? I searched the name in sp_widget table and it is not there.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2018 01:07 PM
Hi,
"SN Desktop Filter" has dependency "SN Filter".
open https://instanceid.service-now.com/sp_dependency.do?sys_id=d7ce11589301220064f572edb67ffb52
which has below file included in it
https://instanceid.service-now.com/scripts/js_includes_filter_widget.js
Above file has code for that directive.
Search for ".directive('snFilterWidget'" to find it
Hope that helps.
Please mark Correct/Helpful if it helps.