Closed (fixed)
Project:
Hosting
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2019 at 19:49 UTC
Updated:
11 Dec 2020 at 14:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
colanSounds reasonable.
Comment #3
colanJust ran into this myself.
Workaround
I'll add a link to here from the release notes.
Comment #4
colanRelease note added.
Comment #5
ergonlogicWe should perhaps add an update hook to change the format of the saved variable.
Comment #6
socialnicheguru commentedthanks for this. I thought my install was broken.
Comment #7
jon pughMarking critical.
This change shouldn't have been merged without an update hook.
For the record, I tried checkboxes also when I first designed this feature. It didn't really work cleanly because the list can change.
Comment #8
shaneonabike commentedOooh this is a hidden configuration. I also thought my install was broken.. maybe we need this in the docs somewhere too?
Comment #9
colanIt's in the release notes. See https://docs.aegirproject.org/release-notes/3.18/#known-issues .
Comment #10
millenniumtreeAdded an update hook to perform the string->array upgrade.
To test the upgrade:
run:
drush @hm vset hosting_task_logs_types_display 'error warning info ok success status'
View any task - the output should be blank.
Apply the patch
Run the drupal updates with:
drush @hm updatedb
View the task again - it should now have output
Comment #11
kienan commentedAs an aside, would it be worthwhile to leave a message for the user when no outputs are configured / no logs lines match to explain that the reason for an empty screen?
Comment #13
helmo commentedCommitted with a minimal codestyle fix.
Comment #15
colan#11: Sounds like a good idea to me. Feel free to whip something up.