You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you need a display group for a simple object array you probably should use ERXDisplayGroup instead as ERXBatchingDisplayGroup is primarily to avoid fetching too many objects from database. Though ERXBatchingDisplayGroup should be fixed.
I'm using an ERXFlickrBatchNavigation to display an ERXBatchingDisplayGroup to display an manually filtered objectArray.
In ERXBatchingDisplayGroup the method displayNameCount calls rowCount() in case the displayGroup is an ERXBatchingDisplayGroup
In ERXBatchingDisplayGroup a null-check is missing:
Possible fix:
The text was updated successfully, but these errors were encountered: