Pārlūkot izejas kodu

Update context_models.py

Bastien Sevajol 6 gadus atpakaļ
vecāks
revīzija
f3de6f3ecc
Revīzijas autora e-pasts nav piesaistīts nevienam kontam
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      backend/tracim_backend/models/context_models.py

+ 1 - 1
backend/tracim_backend/models/context_models.py Parādīt failu

@@ -495,7 +495,7 @@ class WorkspaceInContext(object):
495 495
         # list should be able to change (depending on activated/disabled
496 496
         # apps)
497 497
         app_api = ApplicationApi(
498
-            APP_LIST
498
+            APP_LIST,
499 499
         )
500 500
         return app_api.get_default_workspace_menu_entry(self.workspace)
501 501