new(basic.gblib): REPORT AND RESET REPORT new keywords @othonlima
This commit is contained in:
parent
119e648310
commit
1013fb65b8
1 changed files with 2 additions and 2 deletions
|
@ -783,8 +783,8 @@ export class SystemKeywords {
|
|||
*/
|
||||
public async saveToStorage({ pid, table, fieldsValues, fieldsNames }): Promise<any> {
|
||||
|
||||
if (!fieldsValues){
|
||||
|
||||
if (!fieldsValues || fieldsValues.length===0 || !fieldsValues[0]){
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue