new (basic.gbapp): NOTE keyword.

This commit is contained in:
Rodrigo Rodriguez 2023-08-21 13:29:51 -03:00
parent 8022980438
commit 250bd043a9

View file

@ -1409,7 +1409,7 @@ export class GBMinService {
step.context.activity['text'] = text;
const notes = min.core.getParam(min.instance, 'Notes', null);
if (notes) {
if (notes && text && text !== "") {
const sys = new SystemKeywords();
await sys.note({pid, text});