Adrian
Adrian
Yes, the usual error indicator is missing for that field. I thought I had created an issue fore this before but apparently I didn't... It should be handled just like...
Obviously the solution is that someone (possibly us, unless someone else is faster in contributing this as a PR) implements this ;) There's is no workaround in the meantime.
Just to mention it here as well, I think it would be good to also allow *displaying* those custom fields in the list (we already have this in the list...
The default view looks kind of broken (see the table headers near the end):  It looks like the "Material" header is always missing and there's no header above the...
Are you hiding the contribution type by default on purpose? It also changed places...
What do you think about enabling it by default if the event has contribution types defined? I think it's important information for conference organizers that should be shown by default....
i already did it in master, I'll rebase `a11y` later. once that's done you can run the `unbehead` tool to update any remaining ones (ie in newly added files)
Originally the idea was to make sure all the form fields can be populated properly...
You could use `self.regform.populate_from_dict(form.data)` and then make sure `form.data` contains all the data in the proper format. That method already returns you a list of changes.