Templates in the trash or clipboard now log and return warnings. fixes bug #11031
This commit is contained in:
parent
e4b99f1d6c
commit
8276336cbe
4 changed files with 62 additions and 13 deletions
|
|
@ -369,6 +369,16 @@ Any scratch variables will be available in the template with this syntax:<br/>
|
|||
lastUpdated => 0,
|
||||
context => "Label for a JS file attachment that goes after all the content in the <body> block",
|
||||
},
|
||||
|
||||
'template in trash' => {
|
||||
message => q|Template in trash|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'template in clipboard' => {
|
||||
message => q|Template in clipboard|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue