[x] Detail how the bug is invoked currently.
When trying to add default parameters to a specific layout, it is expected that the value parameters will be rendered and shown in layout. They are not.
[x] Detail the original, incorrect behavior.
using addDefaultParam on $renderer is expected to "provide a default parameter to use when a template is rendered". Currently, the method does not provide a default parameter when it is applied to a specific layout.
[x] Detail the new, expected behavior.
addDefaultParam provides a default parameter to use when a template is rendered, including when specifying a specific custom template.
[x] Is this related to quality assurance?
I could say that it relates to quality assurance, since this change is aimed at enforcing expected behavior.
[x] Are you fixing a bug?
[x] Detail how the bug is invoked currently. When trying to add default parameters to a specific layout, it is expected that the value parameters will be rendered and shown in layout. They are not.
[x] Detail the original, incorrect behavior. using
addDefaultParam
on$renderer
is expected to "provide a default parameter to use when a template is rendered". Currently, the method does not provide a default parameter when it is applied to a specific layout.[x] Detail the new, expected behavior.
addDefaultParam
provides a default parameter to use when a template is rendered, including when specifying a specific custom template.[x] Is this related to quality assurance? I could say that it relates to quality assurance, since this change is aimed at enforcing expected behavior.