Hotfix for MotionStatute
This commit is contained in:
parent
64e9cb9e29
commit
faef3ac97e
@ -18,5 +18,3 @@ export class StatuteParagraph extends BaseModel<StatuteParagraph> {
|
|||||||
return this.title;
|
return this.title;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
BaseModel.registerCollectionElement('motions/statute-paragraph', StatuteParagraph);
|
|
||||||
|
@ -5,6 +5,7 @@ import { Workflow } from '../../shared/models/motions/workflow';
|
|||||||
import { MotionCommentSection } from '../../shared/models/motions/motion-comment-section';
|
import { MotionCommentSection } from '../../shared/models/motions/motion-comment-section';
|
||||||
import { MotionChangeReco } from '../../shared/models/motions/motion-change-reco';
|
import { MotionChangeReco } from '../../shared/models/motions/motion-change-reco';
|
||||||
import { MotionBlock } from '../../shared/models/motions/motion-block';
|
import { MotionBlock } from '../../shared/models/motions/motion-block';
|
||||||
|
import { StatuteParagraph } from '../../shared/models/motions/statute-paragraph';
|
||||||
|
|
||||||
export const MotionsAppConfig: AppConfig = {
|
export const MotionsAppConfig: AppConfig = {
|
||||||
name: 'motions',
|
name: 'motions',
|
||||||
@ -14,7 +15,8 @@ export const MotionsAppConfig: AppConfig = {
|
|||||||
{ collectionString: 'motions/workflow', model: Workflow },
|
{ collectionString: 'motions/workflow', model: Workflow },
|
||||||
{ collectionString: 'motions/motion-comment-section', model: MotionCommentSection },
|
{ collectionString: 'motions/motion-comment-section', model: MotionCommentSection },
|
||||||
{ collectionString: 'motions/motion-change-recommendation', model: MotionChangeReco },
|
{ collectionString: 'motions/motion-change-recommendation', model: MotionChangeReco },
|
||||||
{ collectionString: 'motions/motion-block', model: MotionBlock }
|
{ collectionString: 'motions/motion-block', model: MotionBlock },
|
||||||
|
{ collectionString: 'motions/statute-paragraph', model: StatuteParagraph }
|
||||||
],
|
],
|
||||||
mainMenuEntries: [
|
mainMenuEntries: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user