| Summary: | [client]File commands plugin - add nested validation properties. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Malgorzata Janczarska <malgorzata.tomczyk> |
| Component: | Client | Assignee: | 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: | |||
. |
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"}