corsacca
corsacca
This is still an issue today.
@kodinkat no longer available in the dynamic metrics section? 
@kodinkat clicking on Personal > generation map opens the menu to the dynamic section: 
hey @squigglybob ``` Disciple_Tools_Reports::where( [ [ 'column_name', '=', $value ], ] ); ``` This does not seem to match the code. We also talked about matching the format in https://developers.disciple.tools/theme-core/api-posts/list-query
@squigglybob The function name `where` seems a bit confusion. Maybe we use: `list_reports()` instead. The current format for the `$args` or `$where` is: ``` [ 'post_id' => 3, 'type' =>...
Thanks @squigglybob!
- the user should only see the records they have access too - this still needs to work if the user is missing links. So the links they don't have...
@kodinkat it appears this will enable a notification for all new comments, regardless of type. We only want notifications on non "comment" types if the comment includes an @mention. Only...
Thank you @kodinkat !
Also add restricting visibility by role