cancel
Showing results for 
Search instead for 
Did you mean: 

ProblemProblems after migrating to Alfresco Share 4.2.e

emmy
Champ in-the-making
Champ in-the-making
Hi everyone,
i migrated an installation of Alfresco Share from version 3.4 to version 4.2.e. I did not encounter any problem while migrating, but now i’m not allowed to edit and customize the control panels of the sites created before the migration. In other words, i see the menu "Customize the control panel" for the new sites created with the 4.2.e version, but i don't see it in the sites created before the migration with the 3.4 version. What can i do to be able to edit the site layout for the old sites?
Thanks in advance.

Emanuela
1 REPLY 1

emmy
Champ in-the-making
Champ in-the-making
The old sites do not have tags "titleId" and "descriptionId" defined in dashboard.xml file. This is an example.

<page>
<title>Collaboration Site Dashboard</title>
<description>Collaboration site's dashboard page</description>
<authentication>user</authentication>
<template-instance>dashboard-3-columns</template-instance>
<properties>
<sitePages>
[{"pageId": "wiki-page"}, {"pageId": "blog-postlist"}, {"pageId": "documentlibrary"}, {"pageId": "links"}, {"pageId": "calendar"}, {"pageId": "discussions-topiclist"}, {"pageId": "data-lists"}]
</sitePages>
<theme>greenTheme</theme>
</properties>
<page-type-id>generic</page-type-id>
</page>


But even if i edit dashboard.xml file of old sites and add "titleId" and "descriptionId" tags, the "customize control panel" menu doesn't show.