cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Model Properties Form not being generated properly

aweber1nj
Champ in-the-making
Champ in-the-making
I am seeing this message in the logger:
05 Jul 2012 15:04:26,422 DEBUG [org.alfresco.web.scripts.forms.FormUIGet] Generating model for field "efr:d:relationship_type"
05 Jul 2012 15:04:26,422 DEBUG [org.alfresco.web.scripts.forms.FormUIGet] Ignoring field "efr:d:relationship_type" as neither a field definition or sufficient configuration could be located
This is a custom property of my custom type.  CMIS Workbench shows me the object correctly defined as that custom-type, and the type shows to have a property named "efr:d:relationship_type" (string).

It is defined in the …config-custom.xml in the form's "field-visibility" to show, and in the "appearance" element with the ide and a label-id (only).

EDIT: I notice all my properties are listed in "Fields configured to be visible for view mode", but they are not returned in the next debug-statement which is the raw JSON form definition.  Other fields like "cm:removeAfter" are also listed with the same message and go missing, but I know that aspect is not on the object anyway, which kind of makes sense.  My properties are all defined on the type definition (they are not aspect properties).

Can anyone tell me what might be going on here?  What does this debug statement actually mean?

Thanks,
AJ
1 REPLY 1

aweber1nj
Champ in-the-making
Champ in-the-making
Could this be a "repeat" of bug ALF-5146 with a different character (colon instead of dot)???

-AJ