[pve-devel] [PATCH manager] ui/lxc/CreateWizard: submit pool, if present
Alwin Antreich
a.antreich at proxmox.com
Mon Jul 9 16:52:21 CEST 2018
On Fri, Jul 06, 2018 at 03:52:29PM +0200, Stoiko Ivanov wrote:
> fixes a problem reported in the forum
> https://forum.proxmox.com/threads/normal-users-cant-create-containers.42981/
>
> Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
> ---
> www/manager6/lxc/CreateWizard.js | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/www/manager6/lxc/CreateWizard.js b/www/manager6/lxc/CreateWizard.js
> index a913ca0c..0f91e90c 100644
> --- a/www/manager6/lxc/CreateWizard.js
> +++ b/www/manager6/lxc/CreateWizard.js
> @@ -69,7 +69,6 @@ Ext.define('PVE.lxc.CreateWizard', {
> xtype: 'pvePoolSelector',
> fieldLabel: gettext('Resource Pool'),
> name: 'pool',
> - submitValue: false,
> value: '',
> allowBlank: true
> },
> --
> 2.11.0
>
Tested-by: Alwin Antreich <a.antreich at proxmox.com>
Creation of CT worked as user with PVEAdmin & PVEDatastoreUser
privilges.
More information about the pve-devel
mailing list