Skip to content

Commit

Permalink
Add missing autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel committed Aug 14, 2023
1 parent a0a7b28 commit 1336432
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ import { DEFAULT_FIELDSET } from 'src/app/site/services/model-request-builder';

import { ViewProjector } from './view-models';

export const projectionContentObjectFieldset = [`name`, `title`, `meeting_id`, `sequential_number`, `owner_id`];
export const projectionContentObjectFieldset = [
`number`,
`name`,
`title`,
`meeting_id`,
`sequential_number`,
`owner_id`
];

export const PROJECTOR_LIST_SUBSCRIPTION = `projector_list`;

Expand Down

0 comments on commit 1336432

Please sign in to comment.