Skip to content

[Bug] missing kintone.fieldTypes.Status by DTS-gen #3108

@master-maintenance1-peer-connect

Description

Summary

dts-gen did not expand the properties of type=Status.

Target Package

@kintone/dts-gen

Target Version

8.0.13

Reproduction

Confirmed that the field with type=Status can be viewed in the REST API. Execute dts-gen.

kintone.api(kintone.api.url('/k/v1/record.json', true), 'GET',{app: 951, id:1}).then(res => console.log(res))
record:{ 
$id:{type: '__ID__', value: '1'}
$revision:{type: '__REVISION__', value: '5'}
ステータス:{type: 'STATUS', value: '修正中'}
レコード番号:{type: 'RECORD_NUMBER', value: '1'}
}

Expected Behavior

The fieldCode is 'ステータス'(the Japanese kanji name) in locale=ja-jp,
and 'Status' (the English word) in locale=EN.

On the other hand, in the kintone REST API, you can specify the fieldCode 'ステータス'(the Japanese kanji name) in the query.
like as 'レコード番号'(type: 'RECORD_NUMBER')

Actual Behavior

no fieldCodes of type=Status.

Environment

OS: WIndows 11
locale: Ja-jp
brouser: EDGE

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions