Skip to content

Breakout rooms mixed up in participants editor #11921

@Antreesy

Description

@Antreesy

Technically, only names could be mixed up, though still confusing. Could happen because of different sorting order of room tokens (2 goes before 1 in alphabetic order).

image

  • Sort rooms by display names, not by token
  • Don't calculate display names manually, use provided by server:
    <template v-for="(item, index) in assignments">
    <BreakoutRoomItem :key="index"
    class="participants-editor__section"
    :name="roomName(index)">
    <SelectableParticipant v-for="attendeeId in item"
    :key="attendeeId"
    :value="assignments"
    :checked.sync="selectedParticipants"
    :participant="attendeesById[attendeeId]" />
    </BreakoutRoomItem>
    </template>

Originally posted by @DorraJaouad in #11649 (review)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions