cancel
Showing results for 
Search instead for 
Did you mean: 

Edit Metadata Buttons Not Working

mgiles
Champ in-the-making
Champ in-the-making
When I am on the "Edit Metadata" page for a record, if I click the Cancel button, nothing happens, and if I click the Submit button I receive a pop-up box that says:
{
  
    "persistedObject": "workspace://SpacesStore/1aafb288-21b5-46c6-af5c-fcf678a4d574",
    "message": "Successfully persisted form for item [node]workspace/SpacesStore/1aafb288-21b5-46c6-af5c-fcf678a4d574"
   }

When I click ok on the pop-up, nothing happens. I've looked in the alfresco.log file, but I see no errors. What could be causing this to happen?

Thanks
5 REPLIES 5

eholt
Champ in-the-making
Champ in-the-making
Replicated problem with my installation.  Using Community 3.4a, 32-bit WinXP.  I'm not sure if it affects anything, but I used the default install settings so the MySQL database is hosted locally on the same computer I am using Share from.  This was a fresh install of 3.4a followed by creating an initial set of folders in the records management site and uploading a test file.  In order to get the file declared as a record, I know from working with 3.2r certain metadata fields need to be entered.  When I click submit to record the metadata about the file, I get the same error as the original poster, albeit with a different location code.

[img]http://img714.imageshack.us/img714/3540/alfrescoerror.jpg[/img]

mgiles
Champ in-the-making
Champ in-the-making
I initially tried this with WinXP 32-bit also. Yesterday I tried on Ubuntu Linux 64-bit and the same thing occurred.

hkır
Champ in-the-making
Champ in-the-making
This is a alfresco 3.4a bug

http://issues.alfresco.com/jira/browse/ALF-5250?page=com.atlassian.streams.streams-jira-plugin%3Aact...

if you change dod5015-edit-metadata-mgr.get.head.ftl as this (or you may checkout this file from svn):

<#include "../component.head.inc">
<!– ShareFormManager–>
<@script type="text/javascript" src="${page.url.context}/js/share-form-manager.js"></@script>

problem will probably be fixed.

mikeh
Star Contributor
Star Contributor

mgiles
Champ in-the-making
Champ in-the-making
This is a alfresco 3.4a bug

http://issues.alfresco.com/jira/browse/ALF-5250?page=com.atlassian.streams.streams-jira-plugin%3Aact...

if you change dod5015-edit-metadata-mgr.get.head.ftl as this (or you may checkout this file from svn):

<#include "../component.head.inc">
<!– ShareFormManager–>
<@script type="text/javascript" src="${page.url.context}/js/share-form-manager.js"></@script>

problem will probably be fixed.

That fixed the problem. Thank You.