ChurchCRM / CRM

ChurchCRM is an OpenSource Church CRM & Management Software.
https://ChurchCRM.io
MIT License
636 stars 445 forks source link

Multiple ChurchCRM issues #6879

Closed adamking904 closed 9 months ago

adamking904 commented 9 months ago

Describe the issue Notes: I added notes to user, then follow instructions to view and edit note there is no link, note, or any other indication that notes exist on any page of user data. Notes can be viewed but are read only when I click printable page button at the top of user's page.

Events: Events are successfully added to the calendar, but once created I am unable to edit or delete unless I access the database directly. When I click on event listed in the calendar to edit then a new tab is opened, the following error message is displayed. “Can't find route for GET on https://discipleshipbbc.org/membership/v2/null

Email: I went to MailChimp and created an account, created an API key and added it to the MailChimp API field in edit general settings>integration, but still have banner instructing to update the MailChimp API key in settings.

Thanks.

Collected Value Title Data
Page Name /membership/SystemSettings.php
Screen Size 664x1176
Window Size 526x1121
Page Size 922x1121
Platform Information Linux md-13.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
PHP Version 8.2.15
SQL Version 5.7.23-23
ChurchCRM Version 5.3.1
Reporting Browser Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0
Prerequisite Status All Prerequisites met
MrClever commented 9 months ago

I hate to say it, but bundling support requests like this in a single issue ensures there is basically no way for anyone to support you in a logical/streamlined manner. However, I will provide some guidance on the problems you have raised. If you still experience difficulties, please open separate issues and link to this issue for reference (ie, use #nnnn where nnnn is this issue number, 6879).

  1. Notes for a person: if you ticked the box to make a note "Private" only users with permission to view bSeePrivacyData set to true will be able to see it. However, if it is a "normal" note, and the user has permissions to "View, Add and Edit Notes" then the following should work (tested on 5.5.0): 1.1 Open the person's profile 1.2 Click on "Timeline" on the right 1.3 The note you created will appear where you can either delete or edit it Screenshot 2024-02-19 at 3 02 38 pm If it still doesn't appear, force a browser page reload (CTRL+R/CMD+R)
  2. Event modification: sounds like a bug, but given there were several updates to the event management code between 5.3x and 5.5.0, I suggest you update and test again. If it's still a problem, please open a new issue.
  3. MailChimp: I've encounter this problem before with ChurchCRM where a setting is amended but the UI doesn't immediately reflect the change. Force a browser page reload on the affected page (CTRL+R/CMD+R). If it is still a problem, upgrade to 5.5.0 and try again. If the problem persists, feel free to open a new issue.