From 62c827601fc8ef0addbd848933de85059bd6f3b4 Mon Sep 17 00:00:00 2001
From: Mattias Hamberg <mattias@kretiochpleti.se>
Date: Fri, 30 Sep 2016 10:33:44 +0200
Subject: [PATCH] Logo-field is now once again a fileupload

---
 models/company/fields.yaml | 2 +-
 updates/version.yaml       | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/models/company/fields.yaml b/models/company/fields.yaml
index 96be6b1..5c26af5 100644
--- a/models/company/fields.yaml
+++ b/models/company/fields.yaml
@@ -27,7 +27,7 @@ tabs:
   fields:
       logo:
           label: hambern.company::lang.labels.logo
-          type: mediafinder
+          type: fileupload
           mode: image
           imageHeight: 260
           imageWidth: 260
diff --git a/updates/version.yaml b/updates/version.yaml
index d0540a6..8432717 100644
--- a/updates/version.yaml
+++ b/updates/version.yaml
@@ -96,3 +96,5 @@
     - !!! This changes the logo-field in company to mediafinder. You will have to re-upload it
 1.3.4:
     - Added default dates on published_at and born_at
+1.3.5:
+    - !!! Due to a bug the logo-field is now once again a fileupload. Sorry for this.
-- 
GitLab