Skip to content

Commit d864927

Browse files
committed
sso config subject added
1 parent dc3b37b commit d864927

File tree

9 files changed

+18
-15
lines changed

9 files changed

+18
-15
lines changed

data/actions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,9 @@
16391639
"msg": "Clicked an SSO Link",
16401640
"help_text": "When a User clicks a Single Sign On (SSO) link.",
16411641
"extra_msg": "",
1642-
"subject_types": []
1642+
"subject_types": [
1643+
"SSO Config"
1644+
]
16431645
},
16441646
{
16451647
"key": "CHANGED_DEFAULT_PAYMENT_CARD",

extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def json_line_list(ctx, file_name):
5858
'Task': 'tasks',
5959
'Note': 'notes',
6060
'Package': 'package',
61+
'SSO Config': 'sso-config',
6162
}
6263

6364

pages/countries/list-all-countries.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
{
77
"id": 3,
88
"name": "Afghanistan",
9-
"url": "http://localhost:8000/api/countries/3/"
9+
"url": "https://secure.tutorcruncher.com/api/countries/3/"
1010
},
1111
{
1212
"id": 5,
1313
"name": "Albania",
14-
"url": "http://localhost:8000/api/countries/5/"
14+
"url": "https://secure.tutorcruncher.com/api/countries/5/"
1515
},
1616
{
1717
"id": 48,
1818
"name": "Algeria",
19-
"url": "http://localhost:8000/api/countries/48/"
19+
"url": "https://secure.tutorcruncher.com/api/countries/48/"
2020
},
2121
{
2222
"id": 1,
2323
"name": "Andorra",
24-
"url": "http://localhost:8000/api/countries/1/"
24+
"url": "https://secure.tutorcruncher.com/api/countries/1/"
2525
},
2626
{
2727
"id": 7,
2828
"name": "Angola",
29-
"url": "http://localhost:8000/api/countries/7/"
29+
"url": "https://secure.tutorcruncher.com/api/countries/7/"
3030
}
3131
]
3232
}

pages/labels/get-a-label.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
}
2323
],
2424
"contractor_editable": true,
25-
"url": "http://localhost:8000/api/labels/42/"
25+
"url": "https://secure.tutorcruncher.com/api/labels/42/"
2626
}

pages/notes/get-a-note.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"first_name": "Jamie",
1515
"last_name": "Hoskins",
1616
"email": "[email protected]",
17-
"url": "http://localhost:8000/api/clients/62/"
17+
"url": "https://secure.tutorcruncher.com/api/clients/62/"
1818
}
1919
}

pages/notes/list-all-notes.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
"dt_updated": "2023-08-16T16:05:54.465348Z",
1010
"creator": 2,
1111
"text": "This note is on an appointment.",
12-
"url": "http://localhost:8000/api/notes/3/"
12+
"url": "https://secure.tutorcruncher.com/api/notes/3/"
1313
},
1414
{
1515
"id": 2,
1616
"dt_created": "2023-08-16T16:05:37.596813Z",
1717
"dt_updated": "2023-08-16T16:05:37.596842Z",
1818
"creator": 2,
1919
"text": "This is a note on a job.",
20-
"url": "http://localhost:8000/api/notes/2/"
20+
"url": "https://secure.tutorcruncher.com/api/notes/2/"
2121
},
2222
{
2323
"id": 1,
2424
"dt_created": "2023-08-16T15:40:18.922862Z",
2525
"dt_updated": "2023-08-16T15:40:18.922874Z",
2626
"creator": 2,
2727
"text": "* test",
28-
"url": "http://localhost:8000/api/notes/1/"
28+
"url": "https://secure.tutorcruncher.com/api/notes/1/"
2929
}
3030
]
3131
}

pages/reports/get-a-report.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"first_name": "Jennifer",
4949
"id": 10,
5050
"last_name": "Brown",
51-
"url": "http://localhost:8000/api/recipients/10/"
51+
"url": "https://secure.tutorcruncher.com/api/recipients/10/"
5252
}
5353
}
5454

pages/reports/list-all-reports.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"first_name": "Jennifer",
4545
"id": 10,
4646
"last_name": "Brown",
47-
"url": "http://localhost:8000/api/recipients/10/"
47+
"url": "https://secure.tutorcruncher.com/api/recipients/10/"
4848
},
49-
"url": "http://localhost:8000/api/reports/12/"
49+
"url": "https://secure.tutorcruncher.com/api/reports/12/"
5050
},
5151
...
5252
]

pages/reports/report-object.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"first_name": "Jennifer",
4949
"id": 10,
5050
"last_name": "Brown",
51-
"url": "http://localhost:8000/api/recipients/10/"
51+
"url": "https://secure.tutorcruncher.com/api/recipients/10/"
5252
}
5353
}
5454

0 commit comments

Comments
 (0)