Details
-
Task
-
Status: Closed
-
Trivial
-
Resolution: Completed
-
None
Description
Include application name in the exporter interface so that all exporters can get picked up in the frontend. Currently, we're using the UADDisplay class to get all the applications, and from there we ask for the exporters. However, not every entity will have a UADDisplay class since it's only required when the entity has non auto anonymizable fields. Because of that, exporters for entities that only auto anonymizable fields won't get picked up.