Closed (fixed)
Project:
HTTP Client Manager
Version:
9.3.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2023 at 10:00 UTC
Updated:
10 Feb 2023 at 16:24 UTC
Jump to comment: Most recent
Comments
Comment #3
rocketeerbkw commentedI added a
calculateDependencies()function to the config request entity. This adds a module config dependency every time a new one is created or updated.I briefly explored creating a
hook_update_nto make this change for all existing HTTP config requests, but I wasn't sure what the best practice is for config entities. I think the typical workflow of importing config in production, then running database updates wouldn't be compatible with this. It would be nice to update existing config entites, and if you know what the correct method of doing it would be, I'll make it happen. But otherwise, I'll say it's a nice to have and not required.Comment #5
aronne commentedHi and thank you again for your contribution @rocketeerbkw.
Patch applied :)
Regards,
aronne