Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Jun 12, 2017
1 parent be7056f commit 12bf567
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/de/metas/ui/web/view/ViewRow.java
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@ public DocumentId getRowId()
}
else
{
// NOTE: we have to do this because usually, the root row can have the same ID as one of the included rows,
// because the root/aggregated rows are build on demand and they don't really exist in database.
// Also see https://github.com/metasfresh/metasfresh-webui-frontend/issues/835#issuecomment-307783959
_rowIdEffective = DocumentId.ofString("D" + rowId.toJson());
}
}
Expand Down

0 comments on commit 12bf567

Please sign in to comment.