Skip to content

Commit

Permalink
Merge pull request #19 from Appbird/hotfix-#17
Browse files Browse the repository at this point in the history
任意のオプションのifAppendHistoryにfalseを設定
  • Loading branch information
Appbird authored Sep 3, 2021
2 parents a34c367 + b1d51e8 commit b7b9995
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ export class S_SettingRegulationState_Top
onClickCallBack: () => this.app.transition("settingNewRegulation_CollectionViewer",{
collection: firebase.firestore().collection("titles"),
pathStack:["titles"]
})
},{ifAppendHistory:false})
},{
id:"ruleAttributes",icooon:"folder",title:context.List.rules.title,description:context.List.rules.explain,unused:false,
onClickCallBack: () => this.app.transition("settingNewRegulation_CollectionViewer",{
collection: firebase.firestore().collection("rules"),
pathStack:["rules"]
})
},{ifAppendHistory:false})
}
]
)
Expand Down

0 comments on commit b7b9995

Please sign in to comment.