diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-12 23:21:46 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-12 23:21:46 +0900 |
| commit | 659271b0cc798e353a173627555738353efa2b50 (patch) | |
| tree | d9ee75efeb6bb59b54a8dc41d7bddd121fa693e5 /src/web/app/dev | |
| parent | Merge pull request #662 from syuilo/greenkeeper/chai-4.1.1 (diff) | |
| download | sharkey-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.tag | 2 |
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(() => { |