From 86788c4dec382776f547ca37679df54b7f150286 Mon Sep 17 00:00:00 2001 From: Ben Newton Date: Wed, 18 Oct 2017 10:36:27 +0100 Subject: [PATCH 1/3] Improve Get All Versions Get All Versions task needs two extra features: - Add recursion (allows it to recurse through child directories, defaults to False, which is standard behaviour - Populate a list box. Allows users to get all versions and add to a list box --- src/main/resources/synthetic.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/synthetic.xml b/src/main/resources/synthetic.xml index 1e1c749..1d580ce 100644 --- a/src/main/resources/synthetic.xml +++ b/src/main/resources/synthetic.xml @@ -134,8 +134,9 @@