You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it's not rendering the Title, Component, OS, Project or Resolution. Essentially all those fields are the bug ID. Somehow the substitutions are all being done inserting the ID in all of the placeholders. Is my syntax wrong or what is going on?
The text was updated successfully, but these errors were encountered:
I have the following template:
{{#each Records}} {{/each}}I have this data structure:
{"Records": [{ "Title": "some title", "Component": "some component", "OS": "Some os", "Project": "Some project", "ID": "some id"}, ... more records follow
}]
}
But it's not rendering the Title, Component, OS, Project or Resolution. Essentially all those fields are the bug ID. Somehow the substitutions are all being done inserting the ID in all of the placeholders. Is my syntax wrong or what is going on?
The text was updated successfully, but these errors were encountered: