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:
parent
dcfb3a8c74
commit
890bd3427f
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user