Skip to content
Snippets Groups Projects
Commit c41e7108 authored by buczekp's avatar buczekp
Browse files

[LMS-1536] don't show permlinks by default

SVN: 16358
parent 7b65c6e9
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ public enum AttachmentColDefKind implements IColumnDefinitionKind<AttachmentVers ...@@ -35,7 +35,7 @@ public enum AttachmentColDefKind implements IColumnDefinitionKind<AttachmentVers
} }
}), }),
PERMLINK(new AbstractColumnDefinitionKind<AttachmentVersions>(Dict.PERMLINK) PERMLINK(new AbstractColumnDefinitionKind<AttachmentVersions>(Dict.PERMLINK, true)
{ {
@Override @Override
public String tryGetValue(AttachmentVersions entity) public String tryGetValue(AttachmentVersions entity)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment