diff --git a/entity/Organisation_entity/Organisation_entity.aod b/entity/Organisation_entity/Organisation_entity.aod
index febd7d1238e263eaf3fa725bff8abbe1ddf83c52..fd29bec36c2bbb14ae00862f0ef14f644beaf50c 100644
--- a/entity/Organisation_entity/Organisation_entity.aod
+++ b/entity/Organisation_entity/Organisation_entity.aod
@@ -816,7 +816,7 @@
     </entityParameter>
     <entityField>
       <name>Information</name>
-      <title>Commrestrictions</title>
+      <title>Information</title>
       <color>$priority-high-color</color>
       <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/information/valueProcess.js</valueProcess>
     </entityField>
diff --git a/neonContext/360Degree/360Degree.aod b/neonContext/360Degree/360Degree.aod
index a20caa32190d850eacca19b1f2da95805c4c041d..f9bd49ef6887aaf3d0d0dbeffe3789036af094b9 100644
--- a/neonContext/360Degree/360Degree.aod
+++ b/neonContext/360Degree/360Degree.aod
@@ -3,7 +3,6 @@
   <name>360Degree</name>
   <title>360 Degree</title>
   <majorModelMode>DISTRIBUTED</majorModelMode>
-  <filterView>360DegreeFilter_view</filterView>
   <entity>360Degree_entity</entity>
   <references>
     <neonViewReference>
diff --git a/process/ExportTemplate_lib/process.js b/process/ExportTemplate_lib/process.js
index 0c7b4b920559b8d3a088c8e5b4dd3e13e3ae0019..9160964a0ff254f2f8c585112010e9703eb95d64 100644
--- a/process/ExportTemplate_lib/process.js
+++ b/process/ExportTemplate_lib/process.js
@@ -485,8 +485,10 @@ ExportTemplateUtils.addParticipants = function (pSelection, pSourceTableName)
 ExportTemplateUtils.excludedFields = function ()
 {
     return {
+        "Person_entity" : ["Information"],
         "Offer_entity":["OFFER_ID"],
-        "Offeritem_entity":["ASSIGNEDTO", "ITEMSORT", "OFFER_ID"]
+        "Offeritem_entity":["ASSIGNEDTO", "ITEMSORT", "OFFER_ID"],
+        "Organisation_entity" : ["Information"]
     };
 }