From 1371dd17f28f3342d02383df8f80e152c0cdd995 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Fri, 14 Nov 2014 18:21:35 +0000
Subject: [PATCH] #2021 fix - Added MySQL support and bugfixing on angular and url's
---
securis/src/main/webapp/js/catalogs.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/securis/src/main/webapp/js/catalogs.js b/securis/src/main/webapp/js/catalogs.js
index e437ddd..f0dd291 100644
--- a/securis/src/main/webapp/js/catalogs.js
+++ b/securis/src/main/webapp/js/catalogs.js
@@ -21,7 +21,7 @@
'application/:appId', {
appId : '@id'
}),
- user : $resource('/user/:userId', {
+ user : $resource('user/:userId', {
userId : '@username'
}),
organization : $resource(
--
Gitblit v1.3.2