We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbaa1dc commit fab5a59Copy full SHA for fab5a59
3 files changed
Rock.Blocks/Rsvp/RsvpList.cs
@@ -49,7 +49,8 @@ namespace Rock.Blocks.Rsvp
49
Key = AttributeKey.DetailPage )]
50
51
[Rock.SystemGuid.EntityTypeGuid( "1ef2847c-137d-41f2-80b3-d4aa8d9f7790" )]
52
- [Rock.SystemGuid.BlockTypeGuid( "57189fa8-ab29-4a66-8c52-392dff6cb91a" )]
+ // WAS [Rock.SystemGuid.BlockTypeGuid( "57189fa8-ab29-4a66-8c52-392dff6cb91a" )]
53
+ [Rock.SystemGuid.BlockTypeGuid( Rock.SystemGuid.BlockType.RSVP_LIST )]
54
[CustomizedGrid]
55
public class RsvpList : RockListBlockType<RsvpListBag>
56
{
RockWeb/Blocks/Rsvp/RsvpList.ascx
0 commit comments