renamed text_en_rebonds, text_de_depart et text_produits to siblings, parents and children
This commit is contained in:
@@ -39,7 +39,7 @@ export default {
|
||||
function formatQuery (str, depth) {
|
||||
if (depth > 0) {
|
||||
return formatQuery(
|
||||
str.replace('INPUT', '...TextrefTreeFields\ntext_en_rebond {\nINPUT\n}'),
|
||||
str.replace('INPUT', '...TextrefTreeFields\nsiblings: text_en_rebond {\nINPUT\n}'),
|
||||
--depth
|
||||
)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user