1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-13 13:17:39 +03:00

feature #2259: Add support for empty tags

This commit is contained in:
Daniel Molina 2013-10-31 18:16:39 +01:00
parent dcfb3a8c74
commit 890bd3427f

View File

@ -77,7 +77,7 @@ module Tags
end
end
when /Tag\.(\d+)\.Key/
tags[value] = params["Tag.#{$1}.Value"] || ""
tags[value] = params["Tag.#{$1}.Value"] || "\"\""
end
}