Questions tagged [alfresco-share]

Alfresco Share is a web-based collaboration environment for managing documents, wiki content, blogs and more.

Alfresco Share is a web-based collaboration environment for managing documents, wiki content, blogs and more. Share leverages the Alfresco repository to provide content services and utilises the Alfresco Surf Platform to provide the underlying presentation framework.

See https://wiki.alfresco.com/wiki/Alfresco_Share

1122 questions
0
votes
1 answer

What is the purpose of within association definition in a content model?

I noticed this within the person model (Didn't pick up on it the first time): cm:avatarOf
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

Is it still possible to edit a document in google docs from alfresco share 4.2?

I have a 4.0.x binary installation of alfresco and have this menu highlighted below: I have 2 custom installed 4.2.c versions and this option is missing. I have done the following to try and enable it as read from different parts of the web: 1)…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
2 answers

Form control to set values of 'multiple' property

Alfresco supports model properties that allow multiple values: The Aspect Title d:text true
user1907906
0
votes
2 answers

Is it possible to create a constraint based on another defined type in Alfresco?

I can find anything that would suggest this is possible or otherwise I have the following declared models. The product: Produit cm:cmobject
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

Configuring the uploadConfig for Share

Is there documentation about that explains how to configure the upload config in YUI. I am trying to upload temporarily into a folder in a user's home space so I don't need all siteId that's specified in the examples I have been reading about so…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

Alfresco dynamic link in dashboard

I want a dynamic link to be generated and placed in a users' alfresco dashboard. The link would be say "inbox" which will have to be in the following format http://www.mysite.com/preauth.jsp?email=hello@domain.com . The only dynamic part of the link…
darkblack
  • 21
  • 1
  • 4
0
votes
2 answers

Updating a doc in Alfresco, version not incremented

I wrote a method that updates a doc content. It sets the stream for the new content, but the version is not incremented after calling setContentStream on the Document object. Do I have to do it manually by retrieving existing version, then…
Horia Toma
  • 1,099
  • 2
  • 17
  • 29
0
votes
1 answer

Error when saving document of custom type in Alfresco Share

I got this exception when trying to save a new document of custom type: org.alfresco.service.cmr.repository.MalformedNodeRefException: 06010026 Invalid node ref - does not contain forward slash: {node.nodeRef} Here is how the definition of the…
Horia Toma
  • 1,099
  • 2
  • 17
  • 29
0
votes
0 answers

Is there a way to tell if a particular *-context.xml file has been loaded?

I was advised that the proper way to load multiple share customisations was to create a custom bootstrap for it like so:
marsbard
  • 2,168
  • 1
  • 15
  • 16
0
votes
3 answers

Session variable to update progress bar Alfresco

i want to validate multiple tasks in Alfresco share. I have added a checkbox per line in the task interface and a button to validate. As it can take a while to validate my tasks i would like to put a progress bar to inform how many tasks have been…
isy
  • 531
  • 1
  • 12
  • 27
0
votes
0 answers

Email notification for Alfresco discussion

I want alfresco to send email to site members when a new discussion thread is added to the site. I have gone through some help material for email notification generation including alfresco share discussion notification. I have created a JS file with…
0
votes
1 answer

Alfresco Object is not available in extension module in alfresco share

I am trying to override the javascript controller node-header.js of components\node-details with the extension module of alfresco share This is my node-header.get.js
mitpatoliya
  • 2,037
  • 12
  • 23
0
votes
0 answers

How to use hasAspectEvaluator in Alfresco share extension module

I am trying to hide some of the components which appears in document details page of alfresco share based on some aspect. I am not able to use hasAspectEvaluator for that could anybody please explain how to use that?
mitpatoliya
  • 2,037
  • 12
  • 23
0
votes
1 answer

How to Get the NodeRef of the Opened Document in Alfresco Share

I am planning to generate direct download link from the client side when user open a document in document details window. In order to do that I want to access noderef of the opened document. Can someone mention how to access noderef of the opened…
Kanishka Dilshan
  • 724
  • 2
  • 10
  • 19
0
votes
2 answers

Search Document by name in Alfresco

I've working on a c++ project involving alfresco. I want to search a document by name, but the webscripts provided by alfresco requires fileId. I don't want to create a custom new webscript. so the question is there any existing webscript that…
Charzhard
  • 783
  • 1
  • 7
  • 19