You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Rock.JavaScript.Obsidian/Framework/ViewModels/Blocks/CheckIn/Manager/CheckInContextSetter/checkInContextSetterOptionsBag.d.ts
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,13 @@ export type CheckInContextSetterOptionsBag = {
29
29
/** The list of campuses to display in the dropdown. */
30
30
campuses?: ListItemBag[]|null;
31
31
32
+
/**
33
+
* When a context item changes, this will cause the page to redirect
34
+
* back to itself so that the new context can be applied to legacy
35
+
* WebForms blocks.
36
+
*/
37
+
isRedirectRequired: boolean;
38
+
32
39
/** The root locations to use for the location picker. */
Copy file name to clipboardExpand all lines: Rock.JavaScript.Obsidian/Framework/ViewModels/Rest/Controls/locationItemPickerGetActiveChildrenOptionsBag.d.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,9 @@ export type LocationItemPickerGetActiveChildrenOptionsBag = {
43
43
*/
44
44
guid: Guid;
45
45
46
+
/** Determines if inactive locations should be included in the results. */
47
+
includeInactive: boolean;
48
+
46
49
/**
47
50
* Gets or sets the root location unique identifier. This is used if Rock.ViewModels.Rest.Controls.LocationItemPickerGetActiveChildrenOptionsBag.Guid
48
51
* is empty to specify the root location to limit the tree to.
0 commit comments