-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update logic to handle edit submissions with identical attachment nam…
…es but different content
- Loading branch information
1 parent
cc37b6c
commit cdc71db
Showing
4 changed files
with
89 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
...ial/instances/tutorial_with_attachment/tutorial_2012-06-27_11-27-53_w_attachment_edit.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version='1.0' ?> | ||
<tutorial id="tutorial"> | ||
<name>Larry | ||
Again | ||
</name><!-- newline to make sure we can handle it --> | ||
<age>23</age> | ||
<picture>1335783522563.jpg</picture> | ||
<has_children>0</has_children> | ||
<gps>-1.2836198 36.8795437 0.0 1044.0</gps> | ||
<web_browsers>firefox chrome safari</web_browsers> | ||
<meta> | ||
<instanceID>uuid:031c585a-88b7-4962-a566-849a7dd15891</instanceID> | ||
<deprecatedID>uuid:729f173c688e482486a48661700455ff</deprecatedID> | ||
</meta> | ||
<formhub> | ||
<uuid>c2f940a2f1e8490d8d3c3030452ed401</uuid> | ||
</formhub> | ||
</tutorial> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters