Commit 9f8a3139 authored by Ivan Tyagov's avatar Ivan Tyagov

Fix allowed portal types for DMS types.

parent c4ab1cb9
...@@ -22,9 +22,7 @@ ...@@ -22,9 +22,7 @@
<item>Text</item> <item>Text</item>
</portal_type> </portal_type>
<portal_type id="Drawing"> <portal_type id="Drawing">
<item>Image</item>
<item>Role Definition</item> <item>Role Definition</item>
<item>Web Page</item>
</portal_type> </portal_type>
<portal_type id="External Source Module"> <portal_type id="External Source Module">
<item>RSS Feed</item> <item>RSS Feed</item>
...@@ -43,19 +41,13 @@ ...@@ -43,19 +41,13 @@
<item>Role Definition</item> <item>Role Definition</item>
</portal_type> </portal_type>
<portal_type id="Presentation"> <portal_type id="Presentation">
<item>Image</item>
<item>Role Definition</item> <item>Role Definition</item>
<item>Web Page</item>
</portal_type> </portal_type>
<portal_type id="Spreadsheet"> <portal_type id="Spreadsheet">
<item>Image</item>
<item>Role Definition</item> <item>Role Definition</item>
<item>Web Page</item>
</portal_type> </portal_type>
<portal_type id="Text"> <portal_type id="Text">
<item>Image</item>
<item>Role Definition</item> <item>Role Definition</item>
<item>Web Page</item>
</portal_type> </portal_type>
<portal_type id="URL Crawler"> <portal_type id="URL Crawler">
<item>Drawing</item> <item>Drawing</item>
......
...@@ -10,20 +10,4 @@ ...@@ -10,20 +10,4 @@
<item>Text</item> <item>Text</item>
<item>Web Page</item> <item>Web Page</item>
</portal_type> </portal_type>
<portal_type id="Drawing">
<item>Image</item>
<item>Web Page</item>
</portal_type>
<portal_type id="Presentation">
<item>Image</item>
<item>Web Page</item>
</portal_type>
<portal_type id="Spreadsheet">
<item>Image</item>
<item>Web Page</item>
</portal_type>
<portal_type id="Text">
<item>Image</item>
<item>Web Page</item>
</portal_type>
</hidden_content_type_list> </hidden_content_type_list>
\ No newline at end of file
1260 1261
\ No newline at end of file \ No newline at end of file
...@@ -14,9 +14,7 @@ Document Module | PDF ...@@ -14,9 +14,7 @@ Document Module | PDF
Document Module | Presentation Document Module | Presentation
Document Module | Spreadsheet Document Module | Spreadsheet
Document Module | Text Document Module | Text
Drawing | Image
Drawing | Role Definition Drawing | Role Definition
Drawing | Web Page
External Source Module | RSS Feed External Source Module | RSS Feed
External Source Module | URL Crawler External Source Module | URL Crawler
File | Role Definition File | Role Definition
...@@ -24,15 +22,9 @@ File | Role Definition ...@@ -24,15 +22,9 @@ File | Role Definition
Image Module | Image Image Module | Image
Image | Role Definition Image | Role Definition
PDF | Role Definition PDF | Role Definition
Presentation | Image
Presentation | Role Definition Presentation | Role Definition
Presentation | Web Page
Spreadsheet | Image
Spreadsheet | Role Definition Spreadsheet | Role Definition
Spreadsheet | Web Page
Text | Image
Text | Role Definition Text | Role Definition
Text | Web Page
URL Crawler | Drawing URL Crawler | Drawing
URL Crawler | File URL Crawler | File
URL Crawler | Image URL Crawler | Image
......
...@@ -7,11 +7,3 @@ Contribution Tool | Presentation ...@@ -7,11 +7,3 @@ Contribution Tool | Presentation
Contribution Tool | Spreadsheet Contribution Tool | Spreadsheet
Contribution Tool | Text Contribution Tool | Text
Contribution Tool | Web Page Contribution Tool | Web Page
Drawing | Image
Drawing | Web Page
Presentation | Image
Presentation | Web Page
Spreadsheet | Image
Spreadsheet | Web Page
Text | Image
Text | Web Page
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment