fix: Git branch is not mandatory (#33131)
You can have an app without git repo 🤷
This commit is contained in:
parent
b1cc56ff8a
commit
9e437cd071
1 changed files with 3 additions and 5 deletions
|
|
@ -17,8 +17,7 @@
|
|||
"fieldtype": "Data",
|
||||
"in_list_view": 1,
|
||||
"label": "Git Branch",
|
||||
"read_only": 1,
|
||||
"reqd": 1
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"columns": 2,
|
||||
|
|
@ -35,8 +34,7 @@
|
|||
"fieldtype": "Data",
|
||||
"in_list_view": 1,
|
||||
"label": "Application Version",
|
||||
"read_only": 1,
|
||||
"reqd": 1
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"columns": 2,
|
||||
|
|
@ -58,7 +56,7 @@
|
|||
"grid_page_length": 50,
|
||||
"istable": 1,
|
||||
"links": [],
|
||||
"modified": "2025-05-22 12:26:49.523690",
|
||||
"modified": "2025-05-27 12:26:49.523690",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Core",
|
||||
"name": "Installed Application",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue