SparkDevNetwork / Rock

An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
http://www.rockrms.com
563 stars 345 forks source link

Custom Columns on Group Attendance List block causes error. #5917

Closed azturner closed 2 weeks ago

azturner commented 2 weeks ago

Description

The Group Attendance List block provides setting for Custom Grid Options and specifically the option to add Custom Columns, however you cannot use the 'Row' merge field as specified in the help text.

image

Column just returns following error: Liquid syntax error: Object 'RockWeb.Blocks.Groups.AttendanceListOccurrence' is invalid because it is neither a built-in type nor implements ILiquidizable

image

Actual Behavior

Actual Behavior

Expected Behavior

Be able to use the 'Row' merge field like help text indicates.

Steps to Reproduce

Issue Confirmation

Rock Version

v16.5

Client Culture Setting

en-US

MrUpsideDown commented 2 weeks ago

Please note that because some of the rows in this list are 'virtual' (i.e. they do not yet exist in the database), the Id for these rows will have a value of 0 until someone actually creates an attendance record for that virtual occurrence.