Friday 10 December 2010 3:39:13 am
[LatestContent]
Name=Latest content
NumberOfValidItems=3
NumberOfArchivedItems=5
ManualAddingOfItems=enabled
CustomAttributes[]=name2
#FetchClass=eZFlowLatestContent
FetchParameters[Source]=NodeID
FetchParametersSelectionType[Source]=single
FetchParametersIsRequired[Source]=true
FetchParameters[Classes]=string
FetchFixedParameters[Limit]=3
ViewList[]=latest_content ViewName[latest_content]=Latest content Hi. I have now tested this a bit more and there seems to be a bug on version 4.4 If the block has a fetchClass setting all customattributes are ignored. If fetchClass is removed all customattributes are addded. Does a fix for this exist? Please anyone from ez? Update1: The config below allows me to have custom attributes
[LatestContent]
Name=Latest content
NumberOfValidItems=3
NumberOfArchivedItems=5
ManualAddingOfItems=disabled
CustomAttributes[]=name2
#FetchClass=eZFlowLatestContent
FetchParameters[Source]=NodeID
FetchParametersSelectionType[Source]=single
FetchParametersIsRequired[Source]=true
FetchParameters[Classes]=string
FetchFixedParameters[Limit]=3
ViewList[]=latest_content
ViewName[latest_content]=Latest content based on this it seems that if manualaddingofitems=disabled and no fetch class has been specificed it works. The config below ignores custom attributes
[LatestContent]
Name=Latest content
NumberOfValidItems=3
NumberOfArchivedItems=5
ManualAddingOfItems=disabled
CustomAttributes[]=name2
FetchClass=eZFlowLatestContent
FetchParameters[Source]=NodeID
FetchParametersSelectionType[Source]=single
FetchParametersIsRequired[Source]=true
FetchParameters[Classes]=string
FetchFixedParameters[Limit]=3
ViewList[]=latest_content
ViewName[latest_content]=Latest content The config below ignores custom attributes
[LatestContent]
Name=Latest content
NumberOfValidItems=3
NumberOfArchivedItems=5
#ManualAddingOfItems=disabled
CustomAttributes[]=name2
FetchClass=eZFlowLatestContent
FetchParameters[Source]=NodeID
FetchParametersSelectionType[Source]=single
FetchParametersIsRequired[Source]=true
FetchParameters[Classes]=string
FetchFixedParameters[Limit]=3
ViewList[]=latest_content
ViewName[latest_content]=Latest content
|