Skip to content

Commit

Permalink
QI.9v5kfj4: link from a Person page to the Things owned by them
Browse files Browse the repository at this point in the history
This is the camel's nose in the tent of making the Person Thing into a Space-profile page
  • Loading branch information
Mark "Justin du Coeur" Waks committed Aug 9, 2020
1 parent 1b275e5 commit 62dc687
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,10 @@ class AccessControlModule(e:Ecology)
// a Space, there might already be a Thing with that name, so we have to cope.
DeriveName.DeriveNameProp(DeriveName.DeriveAlways),
Categories(SecurityTag),
Summary("""This represents a Member of this Space.""")))
Summary("""This represents a Member of this Space."""),
Basic.DisplayTextProp(
"""### [[+$person
|_ownedThingsPage -> _withParam(""person"", $person) -> ""__Owned Things__""]]""".stripMargin)))

lazy val PublicTag = ThingState(PublicTagOID, systemOID, SecurityPrincipal,
toProps(
Expand Down

0 comments on commit 62dc687

Please sign in to comment.