issues
search
ChurchCRM
/
CRM
ChurchCRM is an OpenSource Church CRM & Management Software.
https://ChurchCRM.io
MIT License
641
stars
447
forks
source link
Bug fix: Fix DataTable options of GroupView
#7170
Closed
bigtigerku
closed
2 months ago
bigtigerku
commented
2 months ago
Description & Issue number it closes
There was a typo.
Screenshots (if appropriate)
Change
Page Length
Setting to 25
Group View displays 10 entries
After fix, it displays correct entries
How to test the changes?
See the above screenshots
Type of change
[X] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
How Has This Been Tested?
Docker
Checklist:
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[X] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description & Issue number it closes
There was a typo.
Screenshots (if appropriate)
Change
Page Length
Setting to 25Group View displays 10 entries
After fix, it displays correct entries
How to test the changes?
See the above screenshots
Type of change
How Has This Been Tested?
Docker
Checklist: