-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fetch LIVE DataObject when checking canView()
- Loading branch information
Chris Penny
committed
Sep 8, 2022
1 parent
b1ed1e9
commit 225a203
Showing
3 changed files
with
119 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Page: | ||
page1: | ||
Title: Parent Page | ||
ShowInSearch: 1 | ||
page2: | ||
Title: Child Page 1 | ||
Parent: =>Page.page1 | ||
ShowInSearch: 1 | ||
page3: | ||
Title: Child Page 2 | ||
Parent: =>Page.page1 | ||
ShowInSearch: 1 | ||
page4: | ||
Title: Parent Page 2 | ||
ShowInSearch: 1 | ||
page5: | ||
Title: Child Page 3 | ||
Parent: =>Page.page4 | ||
ShowInSearch: 1 |