new(basic.gblib): REPORT AND RESET REPORT new keywords @othonlima

This commit is contained in:
Rodrigo Rodriguez 2024-02-22 11:15:34 -03:00
parent 8d7b7cb956
commit 119e648310

View file

@ -782,6 +782,12 @@ export class SystemKeywords {
*
*/
public async saveToStorage({ pid, table, fieldsValues, fieldsNames }): Promise<any> {
if (!fieldsValues){
return;
}
const { min } = await DialogKeywords.getProcessInfo(pid);
GBLog.info(`BASIC: Saving to storage '${table}' (SAVE).`);