bug540 ログインユーザ変数. isGuestの値挿入修正
This commit is contained in:
@@ -642,10 +642,6 @@ export class InsertValueAction implements IAction{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// if(fieldType === "SINGLE_LINE_TEXT" || fieldType === "MULTI_LINE_TEXT" || fieldType === "RICH_TEXT" || fieldType === "LINK" ){
|
|
||||||
// correctFormattedValue = false;
|
|
||||||
// }
|
|
||||||
|
|
||||||
const conditionResult = this.getConditionResult(context);
|
const conditionResult = this.getConditionResult(context);
|
||||||
//保存成功イベントの場合、kintone async/await による非同期処理でフィールドに値を挿入する
|
//保存成功イベントの場合、kintone async/await による非同期処理でフィールドに値を挿入する
|
||||||
if(!event.type.includes('success')){
|
if(!event.type.includes('success')){
|
||||||
|
|||||||
Reference in New Issue
Block a user