fix bug #554: do not set delete flag on create

This commit is contained in:
Dietmar Maurer 2014-08-21 12:06:12 +02:00
parent 1f902a91c7
commit d98947b3f8

View File

@ -125,6 +125,7 @@ Ext.define('PVE.dc.AuthEdit', {
column2.push({
xtype: 'pveKVComboBox',
name: 'tfa',
deleteEmpty: !me.create,
value: '',
fieldLabel: gettext('TFA'),
data: [ ['', PVE.Utils.noneText], ['oath', 'OATH'], ['yubico', 'Yubico']],