We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3eebcd commit 62a8156Copy full SHA for 62a8156
templates/cli/lib/commands/deploy.js.twig
@@ -505,7 +505,7 @@ const deployCollection = async ({ all } = {}) => {
505
collectionId: collection['$id'],
506
name: collection.name,
507
documentSecurity: collection.documentSecurity,
508
- '$permissions': collection['$permissions'],
+ permissions: collection['$permissions'],
509
parseOutput: false
510
})
511
0 commit comments