-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
bugSomething isn't workingSomething isn't working
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
Labels
bugSomething isn't workingSomething isn't working