Steps to reproduce:
1. Create a new Event using "Add event"
2. Proceed with event creation until reaching the page "Summary" in the wizard
Actual Results:
No metadata is shown in the summary
Expected Results:
The summary should display all metadata items that have a value
Workaround (if any):
I've done an analysis of why this problem occurs and here you are:
PR #627 changed the wizard for creating a new Event quite a lot: While it originally was very similar to the wizard to create a new Series, it's now quite different (leaving the series creation wizard untouched):
The actual create event wizard implementation has moved from shared/partials/wizards/new-event.html to /partials/modals/new-event-modal.html which contains now the full wizard (before, shared/partials/modals/new-event-modal.html was just a simple HTML snippet referring to the wizard).
To see the essential change that PR #627 introduced to the event creation wizard, just have a look at the series creation wizard (the event creation wizard worked quite the same way before):
shared/partials/modals/new-series-modal.html
shared/partials/wizards/new-series.html
The key question here: Was this change of the event creation wizard done by intention, or is it something to be reverted?
Hi Michael, this will work again once you reverted the changes to the event wizard. I therefore assign this issue to you.
Due to PR #985 we lost this fix. Will integrate again.
Has been solved by Michael's pull request