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

Forum Posts

Alfresco Permission Issues

Recently, we have been facing permission issues in Alfresco.We have a document X. Group G1 is applied to the document X with the write permissions. None of the people in G1 are able to access document X. Only people belonging to Administrator group a...

sakshik by Star Contributor
  • 5754 Views
  • 4 replies
  • 0 kudos

can I update node content with json content instead of text

Hello everyone,I'm working on an Angular 4 application using ADF for Alfresco. In this application, I want to save the JSON structure of a form in File Content. I'm trying to use the updateNodeContent API but this only require a text content ...How c...

mbillon by Champ in-the-making
  • 4000 Views
  • 1 replies
  • 1 kudos

Oracle 12.2 & Alfresco Content Services 5.2.2

Hello.When we are stopping the application with "./alfresco.sh stop" command, we have an error:The parameters is:db.driver=oracle.jdbc.OracleDriverdb.url=jdbcracle:thin:@//srv-alfdb01.isb:1521/ALFEKKAdb.pool.max=375db.pool.min=20db.pool.statements.ma...

Resolved! Aikau: How to set rootNode for CategoryTree widget?

Hi,I want a CategoreTree on page but I wish it to render only my category (named: IAP_DEFAULT, you can see my CategoryTree on attached image) and its subcategories. I try to use rootNode parameter, but it doesn't change anything:{    name: "alfresco/...

npavlov by Confirmed Champ
  • 6043 Views
  • 1 replies
  • 0 kudos

Resolved! aikau styling of elements - descendants of the widget

Hi!How do I set the style for an item that is part of a widget? For example, I have a Tree widget, but i don't want that folders-icons, so i've tried just to set "display:none;" style for them:{    name: "alfresco/navigation/PathTree",    config: {  ...

npavlov by Confirmed Champ
  • 6054 Views
  • 1 replies
  • 0 kudos

Create multiple node for alfresco repository instance

Hi,Greetings of the day!Currently, in our system for a Production server, there is just only single node instance Available.Due to heavy load, we think to create another node which is the same point to that RDS database and alf_data.Is there any way ...

kpatel by Confirmed Champ
  • 3826 Views
  • 2 replies
  • 0 kudos

Document List - navigation

Hi,i use adf-document-list component and i have set up 'currentFolderId' property as following<adf-document-list  #documentList  currentFolderId="-mysites-"></adf-document-list>It works but the navigation doesn't work...How can i solve it ?