-
{{ topic.title }}
+ {{ topic.getTitle() }}
diff --git a/client/src/app/site/agenda/models/view-topic.ts b/client/src/app/site/agenda/models/view-topic.ts
index bf363ffde..cd220ace7 100644
--- a/client/src/app/site/agenda/models/view-topic.ts
+++ b/client/src/app/site/agenda/models/view-topic.ts
@@ -64,7 +64,11 @@ export class ViewTopic extends BaseAgendaViewModel {
}
public getTitle = () => {
- return this.title;
+ if (this.agendaItem) {
+ return this.agendaItem.itemNumber + ' ยท ' + this.title;
+ } else {
+ return this.title;
+ }
};
public getAgendaItem(): ViewItem {
diff --git a/client/src/app/site/projector/components/projector-detail/projector-detail.component.html b/client/src/app/site/projector/components/projector-detail/projector-detail.component.html
index caded1525..a8ef04d89 100644
--- a/client/src/app/site/projector/components/projector-detail/projector-detail.component.html
+++ b/client/src/app/site/projector/components/projector-detail/projector-detail.component.html
@@ -117,12 +117,12 @@
- {{ i + 1 }}. {{ getSlideTitle(element) }}
+ {{ getSlideTitle(element) }}
@@ -144,7 +144,7 @@
History
- {{ i + 1 }}. {{ getSlideTitle(elements[0]) }}
+ {{ i + 1 }}. {{ getSlideTitle(elements[0]) }}
@@ -191,7 +191,7 @@
-
+
Current list of speakers
@@ -207,8 +207,8 @@
-
-
+
+ 1">