Skip to content

Commit

Permalink
Edit description of mapVersions
Browse files Browse the repository at this point in the history
Fixes #218
  • Loading branch information
1-alex98 committed May 23, 2018
1 parent bd7f946 commit a7f58b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public class MapVersion extends AbstractEntity implements OwnableEntity {
private MapVersionReviewsSummary reviewsSummary;
private Ladder1v1Map ladder1v1Map;

@UpdatePermission(expression = IsEntityOwner.EXPRESSION)
@Column(name = "description")
public String getDescription() {
return description;
Expand Down

0 comments on commit a7f58b0

Please sign in to comment.