Skip to content

Add multilingual property to field definitions #379

Add multilingual property to field definitions

Add multilingual property to field definitions #379

Triggered via push February 9, 2024 20:14
Status Failure
Total duration 5m 6s
Artifacts

main.yml

on: push
Matrix: release
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 3 warnings
release (windows-latest)
Process completed with exit code 1.
release (macos-latest): src/components/CustomFieldsTable.tsx#L124
Property 'multilingual' is missing in type '{ key: string; englishLabel: string; persist: true; type: string; tabIndex: number; isCustom: true; showOnAutoForm: false; }' but required in type 'FieldDefinition'.
release (macos-latest): src/components/CustomFieldsTable.tsx#L137
Property 'multilingual' is missing in type '{ key: string; englishLabel: string; persist: false; type: string; tabIndex: number; isCustom: true; showOnAutoForm: false; }' but required in type 'FieldDefinition'.
release (macos-latest): src/components/import/MatrixImporter.ts#L249
Property 'multilingual' is missing in type '{ key: string; englishLabel: string; persist: true; type: string; tabIndex: number; isCustom: true; showOnAutoForm: false; }' but required in type 'FieldDefinition'.
release (macos-latest): src/model/file/File.ts#L188
Argument of type '{ key: string; englishLabel: string; persist: boolean; type: string; isCustom: boolean; showOnAutoForm: boolean; }' is not assignable to parameter of type 'FieldDefinition'.
release (macos-latest): src/model/file/File.ts#L193
Property 'multilingual' is missing in type '{ key: string; englishLabel: string; persist: true; type: string; isCustom: false; showOnAutoForm: false; multipleLines: true; }' but required in type 'FieldDefinition'.
release (macos-latest): src/model/file/File.ts#L246
Argument of type '{ key: string; englishLabel: string; persist: boolean; type: string; isCustom: boolean; showOnAutoForm: boolean; }' is not assignable to parameter of type 'FieldDefinition'.
release (macos-latest): src/model/Project/Project.ts#L465
Property 'textHolder' is private and only accessible within class 'Field'.
release (macos-latest): src/model/Project/Project.ts#L466
Property 'textInDefaultLanguage' does not exist on type 'TextHolder'.
release (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, volta-cli/action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
release (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, volta-cli/action@v4, samuelmeuli/action-electron-builder@v1.6.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
release (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: samuelmeuli/action-electron-builder@v1.6.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/