Author: cgeer
Date: Tue Feb 26 05:36:25 2013
New Revision: 1450031

URL: http://svn.apache.org/r1450031
Log:
RAVE-899 Fixed a typo in the initial-data.json that was causing the owner ID of 
one of the categories to be null.

Modified:
    rave/trunk/rave-portal-resources/src/main/resources/db/initial-data.json

Modified: 
rave/trunk/rave-portal-resources/src/main/resources/db/initial-data.json
URL: 
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/resources/db/initial-data.json?rev=1450031&r1=1450030&r2=1450031&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/src/main/resources/db/initial-data.json 
(original)
+++ rave/trunk/rave-portal-resources/src/main/resources/db/initial-data.json 
Tue Feb 26 05:36:25 2013
@@ -1285,7 +1285,7 @@
         {
             "id": 2,
             "text": "News",
-            "createdUserdId": "1",
+            "createdUserId": "1",
             "createdDate": 1326949200000,
             "lastModifiedUserId": "1",
             "lastModifiedDate": 1326949200000


Reply via email to