ソースを参照

HUE-6842 [core] Correctly append the list of custom apps

Romain Rigaux 8 年 前
コミット
cb667775cb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      desktop/core/src/desktop/models.py

+ 1 - 1
desktop/core/src/desktop/models.py

@@ -1823,7 +1823,7 @@ class ClusterConfig():
     interpreters = []
     interpreters = []
 
 
     for other in other_apps:
     for other in other_apps:
-      interpreters.push({
+      interpreters.append({
         'type': other.nice_name,
         'type': other.nice_name,
         'displayName': other.nice_name,
         'displayName': other.nice_name,
         'buttonName': other.nice_name,
         'buttonName': other.nice_name,