Skip to content

Commit 4e1c1be

Browse files
committed
- fix naming of linked page for rsvp list block
1 parent ed47761 commit 4e1c1be

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Rock.Blocks/Rsvp/RsvpList.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ namespace Rock.Blocks.Rsvp
4444
[IconCssClass( "fa fa-list" )]
4545
[SupportedSiteTypes( Model.SiteType.Web )]
4646

47-
[LinkedPage( "Detail Page",
47+
[LinkedPage( "RSVP Detail Page",
4848
Description = "The page that will show the rsvp details.",
49-
Key = AttributeKey.DetailPage )]
49+
Key = AttributeKey.RSVPDetailPage )]
5050

5151
[Rock.SystemGuid.EntityTypeGuid( "1ef2847c-137d-41f2-80b3-d4aa8d9f7790" )]
5252
// WAS [Rock.SystemGuid.BlockTypeGuid( "57189fa8-ab29-4a66-8c52-392dff6cb91a" )]
@@ -58,7 +58,7 @@ public class RsvpList : RockListBlockType<RsvpListBag>
5858

5959
private static class AttributeKey
6060
{
61-
public const string DetailPage = "DetailPage";
61+
public const string RSVPDetailPage = "RSVPDetailPage";
6262
}
6363

6464
private static class NavigationUrlKey
@@ -161,7 +161,7 @@ private Dictionary<string, string> GetBoxNavigationUrls()
161161

162162
return new Dictionary<string, string>
163163
{
164-
[NavigationUrlKey.DetailPage] = this.GetLinkedPageUrl( AttributeKey.DetailPage, queryParams )
164+
[NavigationUrlKey.DetailPage] = this.GetLinkedPageUrl( AttributeKey.RSVPDetailPage, queryParams )
165165
};
166166
}
167167

0 commit comments

Comments
 (0)