Using phrase uuid instead of the phrase name reason is this prevents the phrase from breaking when the phrase name is changed.

This commit is contained in:
markjcrane
2016-01-04 17:16:14 -07:00
parent 724afd7c17
commit 5daf58be72
2 changed files with 4 additions and 4 deletions

View File

@@ -127,7 +127,7 @@
table.insert(xml, [[ </input>]]);
table.insert(xml, [[ </macro>]]);;
end
table.insert(xml, [[ <macro name="]]..row.phrase_name..[[.]]..row.domain_uuid..[[">]]);
table.insert(xml, [[ <macro name="]]..row.phrase_uuid..[[">]]);
table.insert(xml, [[ <input pattern=\"(.*)\">]]);
table.insert(xml, [[ <match>]]);
match_open_tag = true