cancel
Showing results for 
Search instead for 
Did you mean: 

Add 'edit offline' to documents details page

meecect
Champ in-the-making
Champ in-the-making
Seems like it should be there by default, or easily added, but I can't seem to get it to work.

I'm using the 'share' app on 3.2r2 on Ubuntu, everything seems to be working fine.  I previously changed the order of the actions in the document library list to make 'edit offline' more prominent (not in the more actions menu) by editing:

tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/documentlibrary/documentlist.get.config.xml

and simply re-arranged the action.  That worked.  But on the document details page, there is no action for 'Edit Offline'.  Seems like that would be a more common choice than 'Manage Aspects'. 

Anyway, I edited:

tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/document-details/document-actions.get.config.xml

and added the same action line from the documentlibrary config file.  Namely this:


<action type="action-link" id="onActionEditOffline" permission="edit" label="actions.document.edit-offline" />

Now, the action link shows up, and it has a url associated if you hover over it, but clicking on it does nothing.

Any ideas?
3 REPLIES 3

mikeh
Star Contributor
Star Contributor
Yes, there's somewhat more to it than just adding a line of XML  :wink:

Whilst adding the missing action, we reviewed the appearance of working copies and the current inconsistencies - it'll all be in v3.3

Thanks,
Mike

meecect
Champ in-the-making
Champ in-the-making
Can one download nightly builds that have this fix in it?  Or does one have to checkout the source and build?

mikeh
Star Contributor
Star Contributor
It's not on the Community Branch yet - we'll start merging across once 3.2E is released later in the month.

Thanks,
Mike