Skip to content

Commit

Permalink
#5127 - Enable score on curation suggestions by default
Browse files Browse the repository at this point in the history
- Enable by default
  • Loading branch information
reckart committed Nov 3, 2024
1 parent 4459c77 commit 9adc530
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ private class CurationSession
// the curationdoc can be retrieved from user (CURATION or current) and projectId
private String curationTarget;
private boolean showAll;
private boolean showScore;
private boolean showScore = true;

public CurationSession(String aUser)
{
Expand Down

0 comments on commit 9adc530

Please sign in to comment.