Browse Source

fixed debug build of repos

Skylsmoi 5 years ago
parent
commit
49c546293b

+ 2 - 1
frontend_app_admin_workspace_user/src/helper.js View File

@@ -11,7 +11,8 @@ export const debug = {
11 11
     slug: 'admin_workspace_user',
12 12
     faIcon: 'file-text-o',
13 13
     hexcolor: '#7d4e24',
14
-    type: 'workspace'
14
+    type: 'workspace',
15
+    translation: {en: {}, fr: {}}
15 16
   },
16 17
   loggedUser: { // @FIXME this object is outdated
17 18
     user_id: 5,

+ 4 - 2
frontend_app_thread/src/helper.js View File

@@ -44,7 +44,8 @@ export const debug = { // copied from html-document => outdated
44 44
       faIcon: 'warning',
45 45
       hexcolor: '#ababab',
46 46
       globalStatus: 'closed'
47
-    }]
47
+    }],
48
+    translation: {en: {}, fr: {}}
48 49
   },
49 50
   loggedUser: { // @FIXME this object is outdated
50 51
     user_id: 1,
@@ -52,7 +53,8 @@ export const debug = { // copied from html-document => outdated
52 53
     firstname: 'Côme',
53 54
     lastname: 'Stoilenom',
54 55
     email: 'osef@algoo.fr',
55
-    avatar_url: 'https://avatars3.githubusercontent.com/u/11177014?s=460&v=4'
56
+    avatar_url: 'https://avatars3.githubusercontent.com/u/11177014?s=460&v=4',
57
+    lang: 'en'
56 58
   },
57 59
   content: {
58 60
     author: {