Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buttons not displayed after "Create folder in DMS" #120

Closed
cauzitsebastien opened this issue Mar 9, 2019 · 4 comments
Closed

Buttons not displayed after "Create folder in DMS" #120

cauzitsebastien opened this issue Mar 9, 2019 · 4 comments

Comments

@cauzitsebastien
Copy link

On odoo 12, I have installed alfodoo-12.0-dev and connector-cmis-12.0.
The confguration of the cmis backend is OK.
I have had a cmis_folder = fields.CmisFolder() in project.project and so, the button "Create folder in DMS" is shown on the project view. When I click on the button, a folder is created in Alfresco.
But no buttons are now showed on the project view in order to add a file or create a directory. And if I had files or directory in the created directory in Alfresco, they are not showed in the project view.

PS : excuse my english, I'm french
PS 2 : my target is to teach how to use odoo and alfresco to students of a school management in Toulouse

@Zenami1
Copy link

Zenami1 commented Dec 12, 2019

Did you find a solution to this problem?

@lmignon
Copy link
Member

lmignon commented Dec 13, 2019

IMO if you take a look into the browser console, you'll see some errors.. Most probably CORS errors if your alfresco is not properly configured. There are others configuration parameters required into alfresco but those depends of the alfresco version. IE into alfresco 6.2 you must specifically allow basic auth and put some additional parameters to activate the cmis browser binding...

alfresco.restApi.basicAuthScheme=true
opencmis.context.override=true
opencmis.context.value=
opencmis.servletpath.override=true
opencmis.servletpath.value=
opencmis.server.override=true
opencmis.server.value=http://my_alfresco:8080/alfresco/api/

@github-actions
Copy link

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants