Browse Source

fixed debug build of repos

Skylsmoi 6 years ago
parent
commit
49c546293b

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

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

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

44
       faIcon: 'warning',
44
       faIcon: 'warning',
45
       hexcolor: '#ababab',
45
       hexcolor: '#ababab',
46
       globalStatus: 'closed'
46
       globalStatus: 'closed'
47
-    }]
47
+    }],
48
+    translation: {en: {}, fr: {}}
48
   },
49
   },
49
   loggedUser: { // @FIXME this object is outdated
50
   loggedUser: { // @FIXME this object is outdated
50
     user_id: 1,
51
     user_id: 1,
52
     firstname: 'Côme',
53
     firstname: 'Côme',
53
     lastname: 'Stoilenom',
54
     lastname: 'Stoilenom',
54
     email: 'osef@algoo.fr',
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
   content: {
59
   content: {
58
     author: {
60
     author: {