add archivefilter,spamlevel and filenamefilter to the otype_list

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2017-09-13 15:10:40 +02:00 committed by Dietmar Maurer
parent e234e99d0f
commit 9d6d9b3a81

View File

@ -91,6 +91,6 @@ Ext.define('PMG.WhatConfiguration', {
xtype: 'pmgWhatConfiguration',
ogclass: 'what',
otype_list: [3002, 3003]
otype_list: [3000, 3002, 3003, 3004, 3005]
});