Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript metadata returns invalid object #887

Closed
zoltanbedi opened this issue Feb 27, 2020 · 0 comments
Closed

Typescript metadata returns invalid object #887

zoltanbedi opened this issue Feb 27, 2020 · 0 comments
Assignees
Milestone

Comments

@zoltanbedi
Copy link
Contributor

zoltanbedi commented Feb 27, 2020

The FieldSettings in the schema have 2 Type properties.

https://netfw-dev.service.sn.hu/Root/System/Schema/Metadata/TypeScript/schemas.ts
(login is required through admin ui)

export const SchemaStore: Schema[] = [

    {
        ContentTypeName: "ContentType",
        DisplayName: "$Ctd-ContentType,DisplayName",
        ...,
        FieldSettings: [
            {
                Type: "IntegerFieldSetting",
                Type: "IntegerFieldSetting",
                Name: "Id",
                ...
            } as FieldSettings.IntegerFieldSetting
		]
	}
]
@tusmester tusmester added this to the Sprint 204 milestone Feb 27, 2020
@herflis herflis modified the milestones: Sprint 204, Sprint 205 Mar 4, 2020
@kavics kavics self-assigned this Mar 18, 2020
@herflis herflis modified the milestones: Sprint 205, Sprint 206 Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants