SUPPORT-9634: fix
This commit is contained in:
parent
055d34471e
commit
e8ef42ba0c
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ public class AccountFetchService implements EntityFetchService<Account> {
|
|||
GridRow row = new GridRow();
|
||||
row.put("row_uid", ip);
|
||||
row.put(
|
||||
FIELD_IP_ADDRESSES,
|
||||
editableGridColumnRef != null ? editableGridColumnRef.getObjectId() : FIELD_IP_ADDRESSES,
|
||||
ip
|
||||
);
|
||||
rows.add(row);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue