Skip to content

Commit

Permalink
Remove description check for columnDescriptionStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
IceS2 committed Feb 7, 2025
1 parent 8167f7a commit 0a6689e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ default String getColumnDescriptionStatus(EntityInterface entity) {
}
}
}
return CommonUtil.nullOrEmpty(entity.getDescription()) ? "INCOMPLETE" : "COMPLETE";
return "COMPLETE";
}
}

0 comments on commit 0a6689e

Please sign in to comment.