This problem has recently occured, we do not know when, it always used to work.
When you add a new dashlet, nothing happens, If you keep clicking it it wll after a while say you had hit the maxium number of dashlets. But the home page does not change. I have cleared chache and tried a different computer and it is the same.
It seems to be adding the dashlet to the home page, but not displaying it. I can create new tabs on the home page, but not dashlet in the new tabs either.
as any one come across this before? Any suggestions. I have not changed any of the view defs for the users home page. There are no errors in apache2 or suitecrm logs
If so, go in Admin / User management, select that user, and click in the action menu “Reset homepage”.
If that doesn’t solve it, you can try doing it from the database, find out the user’s id in “users” table.
Then go in user_preferences table, and find the row that has that user’s id AND the category is “Home”. Change that “Home” to “Home.DELETED” or something, just as a temporary way of deleting it.
Now login with that user. Your dashboard should be reset to default. You can un-do the database change if something broke. If it looks ok, delete the old database row.
Looking at the browser console, this error is produced when trying to add a dashlet.
TypeError: dashletEntire is null MySugar.js:68:497
addDashlet http://crm/include/MySugar/javascript/MySugar.js?v=xdm_OhK9XoHnCxKjtEFMiw:68
jQuery 5
then
j
fireWith
x
b
We have tried a few browsers, computers and users all the same. We have a test installation and a live, All the devlopement happens on the test server and then is copied over to the love server once happy. This issue affects both servers.
I would like to revisit this issue, Hopefully in the last 4 months someone else has came across this, I still have not had nay joy trying to add new dashlets, and no idea where to go next.
yes I am under the impression that this is solved in the latest version, but I couldn’t find a specific issue and solution, maybe I’m imagining things.
You’re the man !
Spent about 50 minutes searching for this solution; it happened for the Admin account, the other users had no issue with it;
How I broke it; wanted to add a chart dashlets, clicked several time and nothing was done; after that, the home page was not shown and an error saying that you should disable the AJAX for that module was received; of course the Ajax didn’t solved the issue.
But, your post did !
Oh, my version is 7.11.12 - just for anybody to know.