Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Enable linking to parent project from project
Browse files Browse the repository at this point in the history
Fixes #953
  • Loading branch information
literarymachine committed Jun 26, 2017
1 parent 562c849 commit b70350c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/mustache/ResourceIndex/Action/edit.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

{{> FormElements/id.mustache property=comment property_path="comment" title=(i18n "Action.comment") tooltip=(i18n "Action.comment" bundle="descriptions") hidden=true multiple=true lookup_url="/resource/?filter.about.@type=Comment"}}

{{> FormElements/id.mustache property=isPartOf property_path="isPartOf" title=(i18n "Action.isPartOf") tooltip=(i18n "Action.isPartOf" bundle="descriptions") hidden=true multiple=false lookup_url="/resource/?filter.about.@type=Action"}}
{{> FormElements/id.mustache property=isPartOf property_path="isPartOf" title=(i18n "Action.isPartOf") tooltip=(i18n "Action.isPartOf" bundle="descriptions") hidden=false multiple=false lookup_url="/resource/?filter.about.@type=Action"}}

{{> FormElements/id.mustache property=hasPart property_path="hasPart" title=(i18n "Action.hasPart") tooltip=(i18n "Action.hasPart" bundle="descriptions") hidden=false multiple=true lookup_url="/resource/?filter.about.@type=Action"}}

Expand Down

0 comments on commit b70350c

Please sign in to comment.