File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments