Skip to content

Commit

Permalink
Revert to colum name
Browse files Browse the repository at this point in the history
  • Loading branch information
skodapetr committed Feb 8, 2024
1 parent e57bb99 commit 9c45634
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ protected void listToRdf(SharepointList list, String url) {
}

protected void prepareCellData(Cell cell) {
cellAnnotation.name = cell.column.label;
if ("".equals(cellAnnotation.name)) {
cellAnnotation.name = cell.column.name;
}
cellAnnotation.name = cell.column.name;
// Custom handler.
var handler = customHandlers.get(cell.column.label);
if (handler != null) {
Expand Down

0 comments on commit 9c45634

Please sign in to comment.