You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guarantee a reparse after an AttributeRewriteSession gets applied
Previously, this would not happen if no rewriter is dirty. This can leave us in a bad state because other functionality might expect it to happen. The exception is when no rewriter has been checked out at all.
//We need the extra parse request because in the mocked setup attribute rewrites do not cause a reparse due to the lack of invoked component added handlers.
//We need the extra parse request because in the mocked setup attribute rewrites do not cause a reparse due to the lack of invoked component added handlers.
0 commit comments