Преглед изворни кода

ignored frontend/dist/app/ + fixed param for post new content

Skylsmoi пре 5 година
родитељ
комит
75dfe88d74
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      .gitignore
  2. 1 1
      frontend/src/appFactory.js

+ 1 - 1
.gitignore Прегледај датотеку

1
 .idea/
1
 .idea/
2
-frontend/dist/app/html-document.app.js
2
+frontend/dist/app/
3
 frontend_app_html-document/dist/html-document.app.js
3
 frontend_app_html-document/dist/html-document.app.js
4
 frontend_lib/dist/tracim_frontend_lib.js
4
 frontend_lib/dist/tracim_frontend_lib.js

+ 1 - 1
frontend/src/appFactory.js Прегледај датотеку

25
         apiHeader: FETCH_CONFIG.headers // should this be used by app ? right now, apps have their own headers
25
         apiHeader: FETCH_CONFIG.headers // should this be used by app ? right now, apps have their own headers
26
       },
26
       },
27
       idWorkspace,
27
       idWorkspace,
28
-      idFolder
28
+      idFolder: idFolder === 'null' ? null : idFolder
29
     })
29
     })
30
 
30
 
31
     emitEventApp = (type, data) => GLOBAL_dispatchEvent({ type, data })
31
     emitEventApp = (type, data) => GLOBAL_dispatchEvent({ type, data })