Task form files Overlay problem

cancel
Showing results for 
Search instead for 
Did you mean: 
saul79
Active Member

Task form files Overlay problem

Alfresco ADF : Version 3.5

Angular : Version 7.2.3

After closing a file viewer of the form of a task, it closes ok but  the url stays the same and i can't interact with the form because the overlay still exist althought its closed in showViewer propertie.

  { path: 'files/:nodeId/view', component: FileViewComponent, canActivate: [AuthGuardEcm], outlet: 'overlay' },

 

1 Reply
uclaeamsavino
Customer

Re: Task form files Overlay problem

Did you ever get any resolution on this? We are seeing the same problem.

I made an issue with the adf yo generator team about it: https://github.com/Alfresco/generator-alfresco-adf-app/issues/254

Interestingly the Alfresco Workspace app works fine with the same dependencies, as does the demo-shell app in alfresco-ng2-components. I guess they had to create their own viewers.