- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2024 08:54 AM
I want to make some customizations to the My Request (v2) widget but opening it for review and prior to cloning I can see it has an error out of the box.
Has anyone else experienced this and have a workaround? I'm unable to save with this error present.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2024 09:50 AM
Hi @MBarrott,
This is just a warning message, it will not affect your development.
You'll be able to perform the clone without worry, but if you want to eliminate this message, you can rewrite the first line as:
api.controller=function($scope, spAriaUtil, i18n, spModal) {
If my answer helped you in any way, please mark it as correct/helpful 🙂
Regards,
Isaac Vicentini.
MVP 2025 ✨
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2024 09:50 AM
Hi @MBarrott,
This is just a warning message, it will not affect your development.
You'll be able to perform the clone without worry, but if you want to eliminate this message, you can rewrite the first line as:
api.controller=function($scope, spAriaUtil, i18n, spModal) {
If my answer helped you in any way, please mark it as correct/helpful 🙂
Regards,
Isaac Vicentini.
MVP 2025 ✨
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2024 11:06 AM - edited 07-13-2024 11:11 AM
Hi @Arun91 ,
Please refer this below links
You can edit this by given below line
api.controller=function($scope, spUtil, $uibModal, $location, $timeout, spModal) {
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak