Needs work
Project:
Provision
Version:
7.x-3.x-dev
Component:
Hosting Drupal 8 sites
Priority:
Major
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
8 Jun 2020 at 16:58 UTC
Updated:
14 Aug 2020 at 17:46 UTC
Jump to comment: Most recent
Comments
Comment #2
colanComment #5
jon pughCommitting a change like this without review shouldn't have happened.
It screwed up the work I've already done on composer support. It also adds a ton of tech debt... why add the same code to a dozen files? There are hooks to alter template variables or at the place where the root property is actually generated.
I'm moving forward on the 4.x branch to iron out these issues, completing native git and composer support.
Comment #9
memtkmcc commentedYeah, it was actually a result of step by step debugging, since hooks are not something you can universally trust in Provision, after all those years of tech debt. Plus, the main intention was to add support for Drupal 9, and this was just a side-hack to make things work. The project was silent for too long, with very little or no progress at all, so we committed back whatever we could, even if it wasn't a polished elegance yet.
Comment #10
memtkmcc commentedOh wait, it wasn't intended for 7.x-4.x, not sure how that happened? You mean you merged in these two patches from 7.x-3.x?