本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
anoopmb
/
frappe
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
test: Fixed sider issues
version-14
Komal-Saraf0609
3 年之前
父節點
651aa36cd2
當前提交
dda56b3759
共有
1 個檔案被更改
,包括
3 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
cypress/integration/control_data.js
+ 3
- 3
cypress/integration/control_data.js
查看文件
@@ -10,21 +10,21 @@ context('Data Control', () => {
"label": "Name",
"fieldname": "name1",
"fieldtype": "Data",
"options":"Name",
"options":
"Name",
"in_list_view": 1,
},
{
"label": "Email-ID",
"fieldname": "email",
"fieldtype": "Data",
"options":"Email",
"options":
"Email",
"in_list_view": 1,
},
{
"label": "Phone No.",
"fieldname": "phone",
"fieldtype": "Data",
"options":"Phone",
"options":
"Phone",
"in_list_view": 1,
},
]
Write
Preview
Loading…
取消
儲存