Created
August 17, 2017 09:20
-
-
Save Eugeny/3ec00a39c6c0f54b1c21766533e37c2a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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