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
Now that the composite template methods ('create_envelope_from_composite_template' and 'get_composite_template') take an argument for files, there are errors if you don't pass files. The first error will occur in the 'create_file_ios' method because 'each_with_index' will be called on nil.
It's quite common to only use server templates and/or inline templates and not replace them with a different document. Therefore files should be optional.
The text was updated successfully, but these errors were encountered:
@madamkiwi an issue has surfaced after your July 14, 2016 commit
Please accept pull request #85 to fix this issue.
Now that the composite template methods ('create_envelope_from_composite_template' and 'get_composite_template') take an argument for files, there are errors if you don't pass files. The first error will occur in the 'create_file_ios' method because 'each_with_index' will be called on nil.
It's quite common to only use server templates and/or inline templates and not replace them with a different document. Therefore files should be optional.
The text was updated successfully, but these errors were encountered: