Closed joelanman closed 1 year ago
@joelanman to discuss further how extends line are updated currently
Note, the migration script currently does not update the extends
directive in any existing views (even to the point where we don't move the file layout.html
to layouts/main.html
). So this ticket might be a little tricky.
There are other situations where layout.html is expected, should we treat them all the same?
Description of the issue
When migrating a prototype that uses the unbranded layout, those pages stop working as the old extends line does not work:
In V13 it should be
Steps to reproduce the issue
Use the migrate command to migrate an old prototype that used unbranded layout
Actual vs expected behaviour
Expected: the
extends
line would be updated, like the normallayout
extends line is updated Actual: theextends
line is not updatedEnvironment (where applicable)