- Issue created by @lizuka
- πΊπΈUnited States john.oltman
Hi @lizuka, can you clarify what you mean by "clone the main block". You should be able to change the view, and not have to do anything else, and the updates should carry over to the Manage Registrations page.
- πΊπΈUnited States john.oltman
Regarding distinct fields - Views allows you to hide columns when they are empty for all rows in the dataset. So if you force a registration type to be selected, you could essentially have "two listings in one" by hiding fields that are empty. Presumably they will be empty for every row, either one set of fields or the other, depending on registration type.
- π«π·France lizuka
Thanks for your reply.
I was referring to cloning the default block display provided by the module. And have one per registration type with different fields configured. I usually don't overload the same display with different data.
It could be enough as is but I'm adding exposed filters based on the different fields and based on the workflow states of one of the registration types (I coded a custom views filter to fetch those) .
And I'm also adding a data export display.I'll look into programmatically altering the view to suit the needs of the project.
- πΊπΈUnited States john.oltman
Sounds good. Would like to know how it works out.