Update ddev-drupal-contrib to 1.0.0

Created on 22 May 2025, 13 days ago

Problem/Motivation

SVG Image Field is currently running version 1.0.0-rc23 which has a broken ddev symlink-project command, due to recent changes to the gitlab_template's symlink_project.php script, depending on presence of a new environment variable DRUPAL_PROJECTS_PATH to define the path where the module should be symlinked.

on 1.0.0-rc23 we see:

$ ddev symlink-project
Creating symlinks in /var/www/html/web//svg_image_field pointing back to files in /var/www/html

This is the incorrect folder location.

Proposed resolution

Update to ddev-drupal-contrib 1.0.0 to fix the issue, and link to the proper folder location:

$ ddev symlink-project
Creating symlinks in /var/www/html/web/modules/custom/svg_image_field pointing back to files in /var/www/html

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

2.3

Component

Code

Created by

🇪🇨Ecuador jwilson3

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024