summaryrefslogtreecommitdiff
path: root/src/web/app/dev
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-08-12 23:21:46 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-08-12 23:21:46 +0900
commit659271b0cc798e353a173627555738353efa2b50 (patch)
treed9ee75efeb6bb59b54a8dc41d7bddd121fa693e5 /src/web/app/dev
parentMerge pull request #662 from syuilo/greenkeeper/chai-4.1.1 (diff)
downloadsharkey-659271b0cc798e353a173627555738353efa2b50.tar.gz
sharkey-659271b0cc798e353a173627555738353efa2b50.tar.bz2
sharkey-659271b0cc798e353a173627555738353efa2b50.zip
アプリケーションが作れない問題を修正
Diffstat (limited to 'src/web/app/dev')
-rw-r--r--src/web/app/dev/tags/new-app-form.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/dev/tags/new-app-form.tag b/src/web/app/dev/tags/new-app-form.tag
index 0a8b5cd258..dc63145d71 100644
--- a/src/web/app/dev/tags/new-app-form.tag
+++ b/src/web/app/dev/tags/new-app-form.tag
@@ -240,7 +240,7 @@
name_id: nid,
description: description,
callback_url: cb,
- permission: permission.join(',')
+ permission: permission
}).then(() => {
location.href = '/apps';
}).catch(() => {