new (basic.gbapp): NOTE keyword.
This commit is contained in:
parent
8022980438
commit
250bd043a9
1 changed files with 1 additions and 1 deletions
|
@ -1409,7 +1409,7 @@ export class GBMinService {
|
||||||
step.context.activity['text'] = text;
|
step.context.activity['text'] = text;
|
||||||
|
|
||||||
const notes = min.core.getParam(min.instance, 'Notes', null);
|
const notes = min.core.getParam(min.instance, 'Notes', null);
|
||||||
if (notes) {
|
if (notes && text && text !== "") {
|
||||||
const sys = new SystemKeywords();
|
const sys = new SystemKeywords();
|
||||||
await sys.note({pid, text});
|
await sys.note({pid, text});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue