Skip to content

Commit

Permalink
Merge pull request #5227 from dimagi/vellum-formid
Browse files Browse the repository at this point in the history
pass form id to form builder
  • Loading branch information
czue committed Jan 7, 2015
2 parents 8c773bf + 8f93e0f commit 5680cb4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
features: {{ features|JSON }},
core: {
form: {{ form.source|to_javascript_string }},
formId: '{{ form.get_unique_id }}',
formName: "{{ form.name|trans:app.langs|escapejs }}",
saveType: 'patch',
saveUrl: '{% url "edit_form_attr" domain app.id form.get_unique_id "xform" %}',
Expand Down

0 comments on commit 5680cb4

Please sign in to comment.