Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created August 17, 2017 09:20
Show Gist options
  • Save Eugeny/3ec00a39c6c0f54b1c21766533e37c2a to your computer and use it in GitHub Desktop.
Save Eugeny/3ec00a39c6c0f54b1c21766533e37c2a to your computer and use it in GitHub Desktop.
diff --git a/static/app/media/components/mediaFileList.coffee b/static/app/media/components/mediaFileList.coffee
index e04f6cb5..6878bc53 100644
--- a/static/app/media/components/mediaFileList.coffee
+++ b/static/app/media/components/mediaFileList.coffee
@@ -40,7 +40,7 @@ MediaFileListCtrl = ($scope, $q, $timeout, $log, $route, $routeParams, $location
ctrl.storage = $localStorage
ctrl.storage.showDeleted ?= true
ctrl.storage.showUnscannable ?= true
- ctrl.customFieldsMode = 'asset'
+ ctrl.customFieldsMode = 'file'
ctrl.$onInit = () ->
if ctrl.showContextMenu == undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment