Skip to content
代码片段 群组 项目
未验证 提交 fba76592 编辑于 作者: Bharat Raju's avatar Bharat Raju 提交者: GitHub
浏览文件

Fixing the ZAP GUI for blank configurations and opening category based configurations (#1289)

JIRA: MCUDT-34386
上级 e479e28e
No related branches found
No related tags found
无相关合并请求
......@@ -711,16 +711,9 @@ export default {
)
}
if (this.zclPropertiesRow.length == 1) {
// We shortcut this page, if there is exactly one of each,
// since we simply assume that they are selected and move on.
if (this.selectedZclGenData[0]) {
this.selectedZclGenData[0] = this.zclGenRow[0].path
}
this.customConfig = 'select'
this.submitForm()
} else if (
this.zclPropertiesRow.length == currentZapFileZclPacakges.length
if (
this.zclPropertiesRow.length == currentZapFileZclPacakges.length ||
this.zclPropertiesRow.length == 1
) {
// We shortcut this page, if the number of packages in the zap file
// and the number of packages loaded in the backend are the same.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册