diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-21 09:08:40 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-21 09:08:40 +0000 |
commit | 9c645719ee96b182a2fbe3f77129c1fdb4428791 (patch) | |
tree | 9dd09039233ab4ce5fe15c9161647cac6820388c /test/fixtures | |
parent | 83bc9d2315f55f9e9982654b874edc86353d631d (diff) | |
download | redmine-9c645719ee96b182a2fbe3f77129c1fdb4428791.tar.gz redmine-9c645719ee96b182a2fbe3f77129c1fdb4428791.zip |
Allow forward reference to parent when importing issues (#22701).
git-svn-id: http://svn.redmine.org/redmine/trunk@16241 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/files/import_subtasks.csv | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/files/import_subtasks.csv b/test/fixtures/files/import_subtasks.csv new file mode 100644 index 000000000..1e789514e --- /dev/null +++ b/test/fixtures/files/import_subtasks.csv @@ -0,0 +1,5 @@ +row;tracker;subject;parent +1;bug;Root; +2;bug;Child 1;1 +3;bug;Grand-child;4 +4;bug;Child 2;1 |