fixed motion title in agenda
This commit is contained in:
parent
44846da4cd
commit
ebe068155a
@ -59,6 +59,8 @@ export class Motion extends AgendaBaseModel {
|
||||
public getTitle(): string {
|
||||
if (this.identifier) {
|
||||
return this.identifier + ': ' + this.title;
|
||||
} else {
|
||||
return this.title;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user