Commit 44a6530
committed
Set Content only when a value is returned from transactions
Previously if an Incident had no content in the Create
transaction, TransactionData would return undef, setting
$ARGS{Content} to undef. This would cause the message box to show
the string "null" rather than the default empty placeholder
text.1 parent 91ae627 commit 44a6530
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
185 | 189 | | |
186 | 190 | | |
187 | 191 | | |
| |||
0 commit comments