new(basic.gblib): REPORT AND RESET REPORT new keywords @othonlima
This commit is contained in:
parent
8d7b7cb956
commit
119e648310
1 changed files with 6 additions and 0 deletions
|
@ -782,6 +782,12 @@ export class SystemKeywords {
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public async saveToStorage({ pid, table, fieldsValues, fieldsNames }): Promise<any> {
|
public async saveToStorage({ pid, table, fieldsValues, fieldsNames }): Promise<any> {
|
||||||
|
|
||||||
|
if (!fieldsValues){
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const { min } = await DialogKeywords.getProcessInfo(pid);
|
const { min } = await DialogKeywords.getProcessInfo(pid);
|
||||||
GBLog.info(`BASIC: Saving to storage '${table}' (SAVE).`);
|
GBLog.info(`BASIC: Saving to storage '${table}' (SAVE).`);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue