File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
----
9
9
10
+
11
+ ## [ v2.7.0] =>
12
+
13
+ ### Fixed
14
+
15
+ * If the incoming ` layout ` arugment for the ` setView() ` method in the mail is empty, it should ignore it.
16
+
17
+ ----
18
+
10
19
## [ v2.6.1] => 2022-NOV-21
11
20
12
21
### Changed
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ component accessors="true" {
456
456
variables .config .type = " html" ;
457
457
458
458
// Do we have a layout?
459
- if ( ! isNull ( arguments .layout ) ) {
459
+ if ( ! isNull ( arguments .layout ) && len ( arguments . layout ) ) {
460
460
variables .config .body = variables .wirebox
461
461
.getInstance ( " Renderer@coldbox" )
462
462
.layout (
You can’t perform that action at this time.
0 commit comments