I installed Uploader plus in alfresco. My model properties are showing up in the uploader form along with some default properties like Creator, locale , Created date etc.. They are not editable and I don't need them too. Is there a way I can remove those fields from Uploader form.
You can configure the form as described here Working with custom content types · softwareloop/uploader-plus Wiki · GitHub
[bayu]
As far as i understood its not an configuration issue r something else with uploader plus.You need to define the form configuration with the type which you have created.Uploader plus opens up the form which is created in model.
you need to define form fields with below configuration.Inside the form tag you need to addd the fields which you want to make visible,
<config evaluator="model-type" condition="owd:hrdocument"><forms> <form></form>
</forms>
</config>
I have defined my model with only the properties that I want to display which are showing up in the uploader plus form. These unwanted fields that I have mentioned are defined in cm:content which is the parent of my model.
I tried to change in cm:content from <show id="created"/> to <hide id="created"/> but it didn't work.
you need to remove <show id="created"/>.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.