Merge pull request #4099 from FinnStutzenstein/motion-title-fix
fixed motion title in agenda
This commit is contained in:
commit
e8a4480014
@ -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