Description
dashboard.show.myrooms doesn't work when the profile of user is created before to change the key. This problem affects to dashboard.show.rssfeed key too.
I found the bug in the initDashboard() method of src/web/java/org/apache/openmeetings/web/app/WebSession.java class. It only considers the value of keys when the profile of user is created for the first time. If the profile exist, it initializes all the widget stored into it (/opt/red5/webapps/openmeetings/upload/profiles/) without check the value of keys.
I have written a patch for fix the problem. How can I send you the patch?. If I paste it to this description box, the code is unreadable.
Best regards.