Closed (fixed)
Project:
Provision
Version:
7.x-3.x-dev
Component:
Hosting Drupal 8 sites
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2019 at 22:29 UTC
Updated:
29 Jul 2019 at 15:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
colanThis will prevent it from being set, but do we also need a DB update hook to set it in the configuration? There's a note about this in the change record, but I'm not sure if it applies.
Also, I removed some related variables that appear to be unused. They're not mentioned anywhere in the original referenced issue.
Comment #3
spidermanReading the changelog, it seems that a `hook_update()` would only be required for an already-installed site. Under normal operation, the `core.extension` config to track install profile would get created when the site is installed, as I understand it. As such, this patch seems sufficient to me.
That said, I haven't actually tested this patch, but it's pretty straightforward, so assuming @colan has proved it works, I think we can commit it :)
Comment #5
colanThanks for review and feedback. As it works fine with testing, and doesn't appear to break anything, I've committed it.