Hello,
how can I disable the google docs integration in Alfresco 4.2 Community Edition?
I have played with the share-custom-config.xml but it seems that there is no change in the UI
Furthermore there is no Manage Aspects in the Administrator menu.
Chris
—
Loftux
- Posts
- 693
- Achievements
- 6
- Member for
- 5 years 6 months
- From
- Sweden
Alfresco Partner
Stats
In alfresco-global.properties try setting
googledocs.enabled=false (for the new google docs menu)
or
googledocs.googleeditable.enabled=false (for the old google docs integration)
Have you read the documentation? Loftux AB - Your open source ECM solution provider in Sweden. Swedish language pack for Alfresco
chrischu
- Posts
- 5
- Achievements
- 1
- Member for
- 8 months 4 weeks
Stats
Ok with this settings you can disable the Edit in Google Docs entry in the document actions.
But you still have the menu entry in the Document Library ->> Create Content ->> Create Google Docs Document , Create Google Docs Spreadsheet ...
Chris
Loftux
- Posts
- 693
- Achievements
- 6
- Member for
- 5 years 6 months
- From
- Sweden
Alfresco Partner
Stats
Then I do not know.
Maybe not install the module if you do not intend to use it?
If you have used the installer you can replace the share.war files with the one in alfresco-community-4.2.a.zip from http://wiki.alfresco.com/wiki/Community_file_list_4.2.a
Have you read the documentation? Loftux AB - Your open source ECM solution provider in Sweden. Swedish language pack for Alfresco
jottley
- Posts
- 112
- Achievements
- 4
- Member for
- 5 years 9 months
- From
- UT USA
Alfresco Employee
Stats
For GoogleDocs V2: This is a limitation of the GoogleDocs V2 integration. There currently is no functionality that allows us to use evaluators in the create content menu callbacks. This means we cannot dynamically turn off the items in the create content menu. You could go into the config and comment out those menu items, by hand. We do impose a check to see if the integration is enabled or not before we attempt to create content, but this is in the actual code and not at the presentation layer like we need.
We've discussed adding them but there is no current plans to add them.
Jared Ottley
Alfresco Integration Engineer
http://twitter.com/jottley - Find me on Twitter
http://jared.ottleys.net/category/alfresco - My Alfresco Blog
** If this post was helpful, please click Yes on the Post Rating --> **
jgionet76
- Posts
- 9
- Achievements
- 1
- Member for
- 5 months 1 week
Stats
so there's no way to disable Google Docs integration?
I've tried setting these two values and its still loading!
I still get:
any other ways?
thanks
bopolissimus
- Posts
- 41
- Achievements
- 2
- Member for
- 4 years 8 months
Stats
Hi,
In 4.2.c (and 4.2.b), removing (or not selecting for installation) the googledocs amp from share (and from alfresco) disables googledocs. In the UI, you don't see the Edit in GoogleDocs button.
If you're using the bundle installer (alfresco-community-4.2.x-installer*), you can:
1. cd [alfresco install directory]/bin
2. java -jar alfresco-mmt.jar uninstall 'org.alfresco.integrations.google.docs ../tomcat/webapps/share.war
3. tail catalina.out and wait for share to be successfully redeployed.
4. java -jar alfresco-mmt.jar uninstall 'org.alfresco.integrations.google.docs ../tomcat/webapps/alfresco.war.war
once both alfresco and share have been redeployed, go into a document's details page. You shouldn't have the Edit in GoogleDocs button there anymore.
Does that work for you? or do you want some other effect?
Gerald