Description
Seeing this with ExcelExporter in
val cellElements = dataRow.getCellElements(column, InteractionInitiatedBy.PASS_THROUGH)
where e.g.
org.apache.causeway.core.metamodel.spec.feature.ObjectMember.isVisible(ManagedObject, InteractionInitiatedBy, Where)
is actually calling advisors, which it should not.
Note: we are using pass-through mode with ExcelExporter, but perhaps should not. This perhaps needs some cleaning up.