I have a work Item that requires me to change the wording of an alert that pops up when someone clicks a button at the top of an activity. Sounds simple enough. Find the Javascript function that fires the event and trace the source of the wording. However, when I open the solution for the Activity Entity there is no Web Resource under it.
I then opened the Ribbon Workbench and opened the solution and was able to see the command and function that fires. It even references the library that it comes from.
However, when I open the window to see the list of resources to choose from, that Javascript file does not exist.
Thinking that maybe this a newer solution and they may not have added the this resource and upon publishing this solution it didn't overwrite and remove what was out on the site, I checked several other solutions with the activity entity in it and I see the same results. Function and Library reference but empty Web Resource.
I even went to customize the system and checked the full list of Web Resources and the "CommandBarActions.js" does not exist there. Does anyone have any thoughts regarding this?