added configuration parameters for repository archive

This commit is contained in:
Sebastian Sdorra
2012-03-27 15:04:24 +02:00
parent 7b74ef7820
commit a1f12e6ec0
5 changed files with 112 additions and 4 deletions

View File

@@ -247,8 +247,7 @@ public class AuthenticationResource
{
return new ScmState(contextProvider, securityContext,
repositoryManger.getConfiguredTypes(),
new ScmClientConfig(configuration.getDateFormat(),
configuration.isDisableGroupingGrid()));
new ScmClientConfig(configuration));
}
//~--- fields ---------------------------------------------------------------