You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This concerns the following projection types: list_of_speakers and current_list_of_speakers
The speakers currently listed in those projections are always represented with all of their structure levels listed, which is correct IF list_of_speakers_default_structure_level_time is 0.
If list_of_speakers_default_structure_level_time is bigger than 0, the following should happen:
If the speaker doesn't have a structure_level_list_of_speakers_id, no structure level should be shown.
If the speaker has a structure_level_list_of_speakers_id, only the structure level of that structure_level_list_of_speakers should be shown
The text was updated successfully, but these errors were encountered:
This concerns the following projection types:
list_of_speakers
andcurrent_list_of_speakers
The speakers currently listed in those projections are always represented with all of their structure levels listed, which is correct IF
list_of_speakers_default_structure_level_time
is 0.If
list_of_speakers_default_structure_level_time
is bigger than 0, the following should happen:structure_level_list_of_speakers_id
, no structure level should be shown.structure_level_list_of_speakers_id
, only the structure level of thatstructure_level_list_of_speakers
should be shownThe text was updated successfully, but these errors were encountered: