[pve-devel] [PATCH manager] ui/lxc/CreateWizard: submit pool, if present
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Jul 10 10:44:17 CEST 2018
On 7/6/18 3:52 PM, 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
> },
>
Create fails now when no pool is set at all...
Actually Andrew Neitsch sent a patch for this last week[0] which does
it right. I'd wait still a bit (I ping'ed him today), maybe he just
oversaw my reply about the CLA...
cheers,
Thomas
[0]: https://pve.proxmox.com/pipermail/pve-devel/2018-July/032879.html
More information about the pve-devel
mailing list