Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 344109

Summary: [client]File commands plugin - add nested validation properties.
Product: [ECD] Orion Reporter: Malgorzata Janczarska <malgorzata.tomczyk>
Component: ClientAssignee: Malgorzata Janczarska <malgorzata.tomczyk>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: susan, Szymon.Brandys
Version: 0.2   
Target Milestone: 0.2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Malgorzata Janczarska CLA 2011-04-28 07:30:58 EDT
For visibleWhen we need to validate properties deeper that only one level in the item, for instance:
{
Git:{
	SomeGitProperty: "value1",
	SomeGitProperty2: "value2"
	}
}

to check if SomeGitProperty has value "value1" I propose separate nested keys with ":" (I think this char can't be used as key in json data), in this case:
validationProperties: {"Git:SomeGitProperty", "value1"}
Comment 1 Malgorzata Janczarska CLA 2011-04-28 07:32:33 EDT
.