new (basic.gbapp): NOTE keyword.

This commit is contained in:
Rodrigo Rodriguez 2023-08-21 13:29:51 -03:00
parent 12a519a56e
commit 405f01f974

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});