Problem/Motivation
let's do the update hook in custom_elements 2 -> v3 update. Then we don't need to guess / do repeated checks. And it's fair to expect all people who upgrade from v2, to want to have the UI enabled.
User interface changes
With the update custom_elements_ui module is enabled. Let's not forget to add a change record for that.
Issue fork custom_elements-3469959
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
useernamee commentedComment #4
useernamee commentedComment #5
roderikWe should't do the install hook here. New people will decide for themselves, whether they enable the uI module.
(We are doing the update hook here,
Comment #6
useernamee commentedComment #8
useernamee commentedComment #10
useernamee commentedMoved install hook to lupus_decoupled.
Comment #11
fagoComment #13
fago