fix: add a useless link so that test record gets created
This commit is contained in:
parent
41eb1ae5f8
commit
39440027bb
1 changed files with 9 additions and 2 deletions
|
|
@ -26,7 +26,8 @@
|
|||
"revocation_endpoint",
|
||||
"cb_02",
|
||||
"userinfo_endpoint",
|
||||
"introspection_endpoint"
|
||||
"introspection_endpoint",
|
||||
"useless_link"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
|
|
@ -129,6 +130,12 @@
|
|||
"fieldname": "base_url",
|
||||
"fieldtype": "Data",
|
||||
"label": "Base URL"
|
||||
},
|
||||
{
|
||||
"fieldname": "useless_link",
|
||||
"fieldtype": "Link",
|
||||
"label": "Useless Link",
|
||||
"options": "User"
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
|
|
@ -137,7 +144,7 @@
|
|||
"link_fieldname": "connected_app"
|
||||
}
|
||||
],
|
||||
"modified": "2020-08-13 11:45:02.983854",
|
||||
"modified": "2020-08-13 18:55:35.554769",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Integrations",
|
||||
"name": "Connected App",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue