You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a number of issues with the Volunteer opportunities page not returning results when selecting a 'Role' or dates in the search options. Wondering if there is an issue with javascript or Ajax running on my site but unsure of how to debug or troubleshoot.
Also, the 'With' dropdown lists all organizations in our database, including email addresses. This info shouldn't be publicly viewable but i'm not sure how to turn off this function. We will only ever have volunteer opportunities assigned to our organization 'Island Nature Trust', so there is no need to display all entities in our database.
The contacts that are visible in your search form ("With") are going to be determined by your general CiviCRM access permissions, this is not controlled within the CiviVolunteer settings.
I think there are some bugs with the Role and Date, but we have not gotten a good bug report to be able to troubleshoot it yet. Can you try to access the javascript console in your browser's developer tools and see if there are any error messages? I am pretty sure that specifying a date will not return results for opportunities that are "anytime" (i.e. have no dates).
I'm not sure about the problems with Role, but I did find (and fix) a problem with dates. The problem is that the end date is not inclusive. If your end date is 2020-11-19, it will not find opportunities on 2020-11-19.
Also - I can understand the confusion with the "With beficiary" field. If your volunteers are logged in, it's tricky to get the right permissions that only show them the relevant organizations. If you are not logged in, then you don't see anything and you can't even type in an organization. Since the pages I'm working on are public, I've simply hidden the field via css. It might be nice to have this drop down pre-populated with just the organizations that are coded as beneficiaries (presumably their names should be public).
I'm having a number of issues with the Volunteer opportunities page not returning results when selecting a 'Role' or dates in the search options. Wondering if there is an issue with javascript or Ajax running on my site but unsure of how to debug or troubleshoot.
Also, the 'With' dropdown lists all organizations in our database, including email addresses. This info shouldn't be publicly viewable but i'm not sure how to turn off this function. We will only ever have volunteer opportunities assigned to our organization 'Island Nature Trust', so there is no need to display all entities in our database.
I'm running CiviVolunteer version 4.7.31-2.3.1
CiviCRM 5.25.0
Angular Profiles 4.7.31-1.1.2
Wordpress 5.4.2
https://www.islandnaturetrust.ca/civicrm/vol/#/volunteer/opportunities?role_id%5B%5D=&role_id%5B%5D=string:2
I've researched online for similar issues but have not found a solution.
Some help or guidance would be appreciated.
The text was updated successfully, but these errors were encountered: