Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRM-21816 Fix Relative dates in search bug #11737

Merged

Commits on Feb 28, 2018

  1. CRM-21816: Fix relative dates dropping other search conditions

    Using unset() within a foreach loop can cause elements to be skipped from the iteration.
    See https://wiki.php.net/rfc/php7_foreach#introduction for an example.
    aydun committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    be58810 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5840d25 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. Test for CRM-21816

    aydun committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    7c75781 View commit details
    Browse the repository at this point in the history