โšก๏ธ Live updates comments, jobs, and issues, tagged with #LutskGCW20 will update issues and activities on this page.

Issues

The last 100 updated issues.

Activities

The last 7 days of comments and CI jobs.

  • ๐Ÿ‡บ๐Ÿ‡ธUnited States sker101 NYC

    I run into config import issue in our CI environment after exporting the action config created by the patch. The problem happens during the site install from existing config process.

    It seems that the insert hook introduced in the patch tries to create the corresponding action config whenever a content moderation workflow is being created, which will also happen during the config import process from existing config. Later, when it gets to import the actual action config file, the site install will fail because the config has already been created by the insert hook and Drupal tries to delete and recreate the same action config due to having different UUID.

    [error] Drupal\Core\Config\ConfigException: Errors occurred during import in Drush\Commands\config\ConfigImportCommands->doImport() (line 276 of /home/travis/build/nyunursing/cgph/vendor/drush/drush/src/Commands/config/ConfigImportCommands.php).

    In ConfigImportCommands.php line 290:

    [Exception]
    The import failed due to the following reasons:
    Deleted and replaced configuration entity "system.action.content_moderation
    _editorial_node_change_to_published"

    Iโ€™ve just pushed a change to the MR to prevent the "content_moderation_save_workflow_actions()" function from running when "\Drupal::isConfigSyncing()" returns true. I don't think we need it for the "content_moderation_workflow_update" hook since it's unlikely to trigger that hook during site install.

    Here's a standalone patch for anyone who prefers not to use the patch from the MR.

  • ๐Ÿ‡บ๐Ÿ‡ฆUkraine bohart Lutsk, Ukraine

    Changed the version of this issue. Mailgun 2.1.0 is now released, which means new developments and disruptive changes should be targeted against the 2.1.x-dev branch.

    Merge requests from the community will be incredibly welcome.
    Note: Only GitLab merge requests (not *.patch files) are reviewed by the currently active maintainer.

    Thanks!

Production build 0.71.5 2024