Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

ttoine by Community Manager
  • 686 Views
  • 0 replies
  • 0 kudos

REST API update associations

I ran into a problem: I have mandatory=true and many=false association. This is very common thing! How can I update it?I can't delete it (and then add new) by DELETE http://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/nodes/a56834...

soloff by Champ in-the-making
  • 3953 Views
  • 0 replies
  • 0 kudos

Disk-Space recuperation after massif deletion

Hi Everybody,Thank you for your assistance.I have an Alfreco community 5.2 installation with around 1 Million docs. Because of Disk space trouble we routinely delete thousands of docs. Unfortunaitely the space on the disk keeps growing.Can you help p...

Fameur2019 by Champ in-the-making
  • 4867 Views
  • 2 replies
  • 1 kudos

Alfresco is unable to connect

my alfresco front end gives an error even though the server has been restarted. what could i have done wrong.?i am able to access the files from fileZilla 

resegok by Champ on-the-rise
  • 4044 Views
  • 1 replies
  • 0 kudos

How to pass an array of values to a webscript call

Hi Guys,I am calling a webscript (action-execution) which requires me to pass a list of params in the body of the Post.  When I try to pass an array of strings I get the below error.   Also see code below.Therefore, what is the correct way to pass an...

bgkoneill by Champ on-the-rise
  • 3989 Views
  • 1 replies
  • 0 kudos

Resolved! How to word wrap the content for a specific data-column?

I have a Data-Columns with 5 columns. One of the collumn i'm using for comments. the comments column will get dynamic amount of words. I want to make that comments column alone to word wrap. I tried ellipsis-cell, It just reducing the comment column ...

rranjith89 by Champ in-the-making
  • 4546 Views
  • 1 replies
  • 0 kudos

How to override the LiveSearch html?

Hello.I want to set LiveSearch.templateString by defining a custom searchbox (see the code below).But LiveSearch.templateString is not a member of  the SearchBox class. It is defined as a separate class, when creating SearchBox (see https://dev.alfre...

wybrand by Champ in-the-making
  • 5136 Views
  • 2 replies
  • 0 kudos

Completed task is not removed from ACT_RU_TASK table

Hi I am using activiti 5.22 with spring-boot. Some time when we complete task, its entry is not removed from ACT_RU_TASK mySql table and next task of same process is generated. Due to this, completed tasks are displayed into pending tasks.  Need your...

rahulg4s by Champ in-the-making
  • 4382 Views
  • 1 replies
  • 0 kudos

Create Custom REST-API

I want to create custom rest-api like this.https://api-explorer.alfresco.com/api-explorer/Using webscript I can create but I want follow the same way which is above url api is following.How can I create?

sp2 by Elite Collaborator
  • 6429 Views
  • 2 replies
  • 0 kudos

Alresco unable to connect on front end

Hello  therei am trying to run local server instance of alfresco using mozilla Firefox but it gives an error "Unable to Connect". How can i solve this i have searched the internet but havent found out the solution

resegok by Champ on-the-rise
  • 3622 Views
  • 1 replies
  • 0 kudos

Install certificate ssl to acs-community-ngnix

Good morning, I installed via docker-compose.yml alfresco with ngnix. Now I would like to install the certificate and redirect to https alfresco .The configuration of yml for ngnix is as followsimage: alfresco / acs-community-ngnix: 1.0.0 mem_limit: ...

brugo by Champ on-the-rise
  • 6415 Views
  • 2 replies
  • 1 kudos

Cannot save process in Modeler

Hi, I am currently new to BPM and I tried to make a simple process in Activiti Modeler. However when I try to save the process, it shows this:"Something went wrong when trying to save your diagram. Please try again. If the problem resides, please con...

marccc by Champ in-the-making
  • 2678 Views
  • 0 replies
  • 0 kudos

Local Storage

Hello,I'm using the ADF-Framework with Angular and I'm trying to get the username and password of the current user.I found out that I can get the name of the user with "localStorage.USER_PROFILE".Is there another constant where I can get the password...

kwiesinger by Champ in-the-making
  • 4270 Views
  • 2 replies
  • 0 kudos

ADF app not automatically compiling

Have created a new adf app using generator-alfresco-adf-app as mentioned in the docs. Started making changes to application but angular cli is not automatically compiling the changes to reflect in the browser. Happen to restart cli after every single...

Alfresco share page gives error

Hello therei had applied some .amp files on alfresco and i get the following error when trying to open the share page ahilw other alfresco admin are accessibleException in thread "main" java.lang.UnsupportedClassVersionError: org/alfresco/repo/module...

resegok by Champ on-the-rise
  • 9022 Views
  • 5 replies
  • 3 kudos

Resolved! Increase the character limit of textarea.ftl

Hi Alfrescians,I need to provide the textarea.ftl which can allow approx more than 8000 characters to be entered.I have tried to increase the length by following but did not work.<field id="bpm:comment" set="comment"> <control template="/org/alfresco...