From cc3e873c09b1a91ffe232ba365e5933eb6829209 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 20 Jun 2013 08:35:53 -0400
Subject: [PATCH] Fixed dashboard owned repo list and the activity titles
---
src/main/java/com/gitblit/Constants.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/gitblit/Constants.java b/src/main/java/com/gitblit/Constants.java
index 5ed0a25..2c64570 100644
--- a/src/main/java/com/gitblit/Constants.java
+++ b/src/main/java/com/gitblit/Constants.java
@@ -480,7 +480,7 @@
}
public static enum AccountType {
- LOCAL, LDAP, REDMINE;
+ LOCAL, LDAP, REDMINE, SALESFORCE;
public boolean isLocal() {
return this == LOCAL;
--
Gitblit v1.9.1