02-13-2018 04:50 PM
Hello,
I have installed Uploader Plus
I have my custom metadata in the form of aspects:
I need to bring this up in uploader plus Allowed types which only shows up models and not aspects:
Is there a way metadata from my aspect can come in the uploader form of uploader plus
02-22-2018 02:42 PM
I believe I have just figured out what your problem is.
In your model, and in the screenshot with the document already set as the custom type, the name of the type is icfdoc:metadata, but in the screenshot showing the browser developer tools error, the type has a typo, it is like icfdoc:metdata.
So, in order to fix that, what you have to do is to fix the share-config-custom.xml, in the following section:
<types>
<type name="cm:content">
<subtype name="icfdoc:metdata" />
</type>
</types>
Check that and tell us if that did the trick.
02-16-2018 11:57 AM
02-16-2018 12:36 PM
Hi Douglas C. R. Paes
I am trying to log this by :
1) copying contents of alfresco.log and catalina.out into a new file
2) Changing Type in alfresco[which shows "Unable to change type of document"]
3) monitoring the difference between new file and log files
The difference shows empty as if nothing is logged by doing Change Type.
Is there any module I should turn on in log4j in order to capture this log?
02-16-2018 12:43 PM
Try your browser's Developer tools.
I guess you will be able to get useful information by checking the network tab and the console.
02-16-2018 01:30 PM
02-16-2018 02:04 PM
Ok, so, please, copy that nodeRef value, the one starting with "workspace://".
Go to the Admin Tools, Node Browser, paste that value in the texto box, select NodeRef in the combo just after it, and then click the Search button.
After that, you should see a screen containing some internal information, like path, type, properties, aspects.
Share that image with us.
02-16-2018 02:49 PM
02-16-2018 03:25 PM
Sorry. One more step.
Click on the name of the object, and then share THAT screen.
02-16-2018 03:32 PM
02-16-2018 06:46 PM
Well, that is weird.
What I wanted to confirm is that you are dealing with a cm:content object.
Can you share you custom content model xml file?
02-16-2018 07:25 PM
Hi Douglas C. R. Paes.. thank you for your patience
I have created these three files for custom type in tomcat/shared/classes/alfresco/extension/company/model/
which I am attaching here. and the deployed the model using admin-repoconsole. Edited share-config-custom.xml to show the properties in share menus. Restarted alfresco.
Explore our Alfresco products with the links below. Use labels to filter content by product module.