ProjectConfig Service: Enable access to $_appliedChanges #14851
-
I'm working with the I see that this event has access to an array called _appliedChanges, this array has loads of useful information but more importantly, a summary for changes for each project config change. This is a For the purposes of making this event more helpful, it would be amazing to be able to access this event via a getter, e.g.
I'm hoping this would be as simple as a method such as the following within craft\services\ProjectConfig
or making the $_appliedChanges array public? I have got some draft PR's in place with the above and if the P&T team do not object, I will mark them as ready for review. Alternately, if you guys know of another way to access all of the handy messages detailing project config changes that you're outputting into this array it would be mega helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Thanks for the PRs! I’ve merged #14853 into |
Beta Was this translation helpful? Give feedback.
Thanks for the PRs! I’ve merged #14853 into
4.9
, and4.9
into5.1
.