Problem/Motivation
This would lead to having updated theme with next parent theme version numbers in info file:
bs_versions:
bs_bootstrap: 8005
bs_base: 8005
The 'bs_bootstrap: 8005' version does not exist and as a consequence bs_bootstrap update 8004 will not get executed.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | update-incorrect-parent-theme-version-numbers-3230320-5.patch | 2.38 KB | pivica |
| #5 | interdiff-3230320-3-5.txt | 1.77 KB | pivica |
Comments
Comment #2
pivica commentedComment #3
pivica commentedHere is a patch which fix related generator update code and also provides update function that will check is a child theme in bad update state, fix the state and inform the user that in needs to run `drush bs-tu target-theme` one more time to correctly update custom theme.
Comment #4
pivica commentedComment #5
pivica commentedIt seems we also need to check `bs_bootstrap: 8004` for a bad upgrade, patch updated.
Comment #6
pivica commentedUploaded wrong patch, here is a good one.
Comment #8
pivica commentedCommitted.