Open Montagnard65 opened 9 years ago
Model extensions go in the repo webapp, not in share where you have put them. That's causing the problem you see. Besides, you should not make changes to this extension unless they are generic and opt-in - like the dialog you refer to in #36 .
Hi, I want to create my own datalist, so I try to customize the extension's code, but I'm faced to problems... I've modified the contentreich-extdl-datalist-model.xml file in contentreich-alfresco-datalists-master/contentreich-extdl-share/src/main/resources/alfresco/web-extension/, to add my own datalist :
and I modified the example file : my-custom-datalists-context.xml to place it (with the same name) in contentreich-alfresco-datalists-master\contentreich-extdl-share\src\main\resources\alfresco\web-extension
but when I try to launch alfresco with the new jar files, I've this error :
I think I've don't understand what is it expect in the customisation of this line in my-custom-datalists-context.xml :
Could you help me ? Thanks!
Best regards