corsacca

Results 81 comments of corsacca

This is still an issue today.

@kodinkat no longer available in the dynamic metrics section? ![image](https://github.com/DiscipleTools/disciple-tools-theme/assets/24901539/f51061f2-0308-4372-a235-18d01ab5f98a)

@kodinkat clicking on Personal > generation map opens the menu to the dynamic section: ![image](https://github.com/DiscipleTools/disciple-tools-theme/assets/24901539/0227ad75-34ed-4769-8df1-e7a2c4b2dde0)

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' =>...

- 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...

Also add restricting visibility by role