Can't add, delete or edit Dashlets.

I’m using SuiteCRM 7.11.8
I can’t add, delete or edit the dashlets for some reason. The permissions are set to 775, but still nothing. In the JS log it says:

About adding:

[Error] TypeError: undefined is not an object (evaluating 'SUGAR.mySugar.showDashletsDialog')
	(anonieme functie) (retrievePage.js:46)
	dispatch (sugar_grp1_jquery.js:3:6450)
	handle (sugar_grp1_jquery.js:3:3225)
	trigger (sugar_grp1_jquery.js:3:5558)
	(anonieme functie) (sugar_grp1_jquery.js:3:11528)
	each (sugar_grp1_jquery.js:2:2887)
	each (sugar_grp1_jquery.js:2:852)
	trigger (sugar_grp1_jquery.js:3:11501)
	show (sugar_grp1_jquery.js:12:14555)
	(anonieme functie) (sugar_grp1_jquery.js:12:13845)
	each (sugar_grp1_jquery.js:2:2887)
	each (sugar_grp1_jquery.js:2:852)
	(anonieme functie) (sugar_grp1_jquery.js:12:19563)
	dispatch (sugar_grp1_jquery.js:3:6450)
	handle (sugar_grp1_jquery.js:3:3225)

About deleting:

[Error] TypeError: undefined is not an object (evaluating 'SUGAR.mySugar.deleteDashlet')
	onclick (Scriptelement 3:1)

About editing:

[Error] TypeError: undefined is not an object (evaluating 'SUGAR.mySugar.configureDashlet')
	onclick (Scriptelement 4:1)

How can I fix this and where can I find the folder to fix this issue?

Don’t know if same issue as version 7.11.7 where some files were missing. Try to apply this fix manually and let us know if it works:
https://github.com/salesagility/SuiteCRM/pull/7697

Thanks,

AlxGr

3 Likes

That was the exact problem. It works now! Thanks a lot!