Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
MM-16073: File up/download restrictions behind Compliance licence fla…
Browse files Browse the repository at this point in the history
…g. (#2977)
  • Loading branch information
grundleborg authored and hmhealey committed Jun 20, 2019
1 parent d1ae900 commit 3bfbd2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/admin_console/admin_definition.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,7 @@ export default {
label_default: 'Allow File Uploads on Mobile:',
help_text: t('admin.file.enableMobileUploadDesc'),
help_text_default: 'When false, disables file uploads on mobile apps. If Allow File Sharing is set to true, users can still upload files from a mobile web browser.',
isHidden: it.isnt(it.licensed),
isHidden: it.isnt(it.licensedForFeature('Compliance')),
},
{
type: Constants.SettingsTypes.TYPE_BOOL,
Expand All @@ -1943,7 +1943,7 @@ export default {
label_default: 'Allow File Downloads on Mobile:',
help_text: t('admin.file.enableMobileDownloadDesc'),
help_text_default: 'When false, disables file downloads on mobile apps. Users can still download files from a mobile web browser.',
isHidden: it.isnt(it.licensed),
isHidden: it.isnt(it.licensedForFeature('Compliance')),
},
],
},
Expand Down

0 comments on commit 3bfbd2e

Please sign in to comment.