10-06-2016 10:50 AM
While creating any content , it lands to the " view details " page of the created content in alfresco share . As per requirement it needs to land to the site document library.
10-06-2016 02:42 PM
You need to customize create content manager for this.
There is a javascript which has that create-content-mgr.js which handles this creation logic. You will find following method inside it.
onCreateContentSuccess: function CreateContentMgr_onCreateContentSuccess(response)
You will have to put your logic of redirecting user after content creation inside this method. Hope this helps.
10-06-2016 02:42 PM
You need to customize create content manager for this.
There is a javascript which has that create-content-mgr.js which handles this creation logic. You will find following method inside it.
onCreateContentSuccess: function CreateContentMgr_onCreateContentSuccess(response)
You will have to put your logic of redirecting user after content creation inside this method. Hope this helps.
10-07-2016 02:21 AM
thanks a lot Sir for help
if u could please tell me where can i find this file in alfresco 5.1
10-07-2016 04:33 AM
You may want to review this blog post which describes the process of creating a very similar extension (although the targeted widget is different). You should avoid editing the source file directly if you want your customization to be future proof on upgraded or service pack.
02-28-2017 02:06 PM
thanks Dave that worked overrided JS create-content-mgr.js. Place at "web/components/create-content/" with the required logic.
02-28-2017 02:07 PM
thanks Mittal
overrided JS create-content-mgr.js. Place at "web/components/create-content/" with the required logic.It worked fine.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.