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

Restore X value in contact boolean fields #10716

Merged
merged 10 commits into from Jan 24, 2022

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    8cb2425 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54694d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    1acd2ec View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    305c360 View commit details
    Browse the repository at this point in the history
  2. Fixing phpstan issue

      Line   app/bundles/ChannelBundle/Controller/Api/MessageApiController.php
     ------ -------------------------------------------------------------------
      32     Property
             Mautic\ChannelBundle\Controller\Api\MessageApiController::$model
             (Mautic\ChannelBundle\Model\MessageModel) does not accept
             Mautic\CoreBundle\Model\AbstractCommonModel.
    escopecz committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    ffbd545 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Fixing PHP Notice - Undefined index: email

    "file":"\/var\/www\/html\/mautic\/app\/bundles\/ChannelBundle\/Controller\/Api\/MessageApiController.php","line":54
    
    I cannot figure out why the condition for PATCH was there in the first place. It's causing only troubles.
    escopecz committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    e480e52 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Adding functional API tests covering the problematic endpoint and met…

    …hod, fixing the controller
    escopecz authored and patrykgruszka committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    dafb6f2 View commit details
    Browse the repository at this point in the history
  2. Fix csfixer issue

    patrykgruszka committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    9c32f2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90e2431 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    7102e4e View commit details
    Browse the repository at this point in the history