]> git.proxmox.com Git - pve-common.git/commit - src/PVE/RESTHandler.pm
Fix indexed parameter conversion in documentation
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 19 Apr 2016 09:47:55 +0000 (11:47 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 19 Apr 2016 10:29:31 +0000 (12:29 +0200)
commitf922b8a8be13bbd3510940ee03a414e3c02992fd
tree68cecc46ba0eba72f50a82398bd0d45e10dc2f9b
parent2c2a5fd3df9c12f69aa1e8e36f4badd4fde92458
Fix indexed parameter conversion in documentation

this would previously convert properties that matched
'^([a-z]+)(\d+)$' even if they were not part of an indexed
properties series (which always start with 0).

This fixes previously wrongly converted properties:
-smbios1
-server2
src/PVE/RESTHandler.pm