Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Retrict getTranslationMemory to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Aug 6, 2013
1 parent 3f5dff5 commit 79520df
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -118,6 +118,7 @@ public Response getProjectIterationTranslationMemory(
}

@Override
@Restrict("#{s:hasRole('admin')}")
public Response getTranslationMemory(@Nonnull String slug)
{
log.debug("exporting TMX for translation memory {}", slug);
Expand Down

0 comments on commit 79520df

Please sign in to comment.