Problem/Motivation
Themes now support post update functions. See https://www.drupal.org/node/3259199
However when visiting /update.php to process the theme's update function, it refers to the theme as a module.
I expect the update function to refer to the theme as a theme.
Steps to reproduce
Proposed resolution
Change DbUpdateController to track updated by extension type, to not always assume that the extension is a module.
Remaining tasks
Commit
User interface changes
Before

API changes
N/A
Data model changes
N/A
Release notes snippet
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Drupal_database_update___d10head.png | 71.41 KB | mherchel |
| #2 | 3280398-2.patch | 6.55 KB | alexpott |
| Drupal_database_update___Drupal.png | 66.89 KB | mherchel |
Comments
Comment #2
alexpottNice catch - here's a fix for this screen and the results screen.
Comment #3
mherchelWorks great!
Comment #5
quietone commentedWhat a nice change.
Thanks!
Comment #8
catchCommitted/pushed to 10.0.x, cherry-picked to 9.5.x and 9.4.x, thanks!