cancel
Showing results for 
Search instead for 
Did you mean: 

How to modify Alfresco Share file - get rid of "UNASSIGNED" message ?

upforsin
Star Collaborator
Star Collaborator

How can I delete black UNASSIGNED message in the my-tasks dashboard?

The main code is in the my-tasks.js - how can I edit that file?

I know about share extensions, I found my-tasks.get.js and my-tasks.get.html.ftl which can be easily edited using extensions but I have no idea how to edit them to get rid of the UNASSIGNED message.

howkymike
Alfresco Developer
1 ACCEPTED ANSWER

upforsin
Star Collaborator
Star Collaborator

Ok, it works a bit diffrend than I thought. Share extensions are not needed.

For anyone else who might be also a bit confused how it works:

1) src/main/resources/alfresco/web-extension/site-webscripts/org/alfresco is NOT like any other folders - files we put there, would replace original Alfresco files. 

2) src/main/resources/META-INF/resources folder lets you add you own resources files (like custom Javascript files etc.)

howkymike
Alfresco Developer

View answer in original post

2 REPLIES 2

upforsin
Star Collaborator
Star Collaborator

Ok, it works a bit diffrend than I thought. Share extensions are not needed.

For anyone else who might be also a bit confused how it works:

1) src/main/resources/alfresco/web-extension/site-webscripts/org/alfresco is NOT like any other folders - files we put there, would replace original Alfresco files. 

2) src/main/resources/META-INF/resources folder lets you add you own resources files (like custom Javascript files etc.)

howkymike
Alfresco Developer

EddieMay
World-Class Innovator
World-Class Innovator

Hi @upforsin,

Glad you sorted it out. Also thanks for posting the solution - really helpful for others.

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!