Skip to content

Commit

Permalink
refs #34377: Reflecting feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
PateraG committed Mar 22, 2019
1 parent 48dfbd4 commit 18bec72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -67,15 +67,15 @@ How does it work exactly? Every item in eWay-CRM database has it's own revision

Every Save method has also a boolean flag, which turns the auto-merge off and you get a conflict error code instead.

### [Create with Item conflict detection disabled](default)(Examples/SaveDieOnConflictFalse/README.md)<br />
### [Create with Item conflict detection disabled](Examples/SaveDieOnConflictFalse/README.md)(default)<br />
Example showcasing creation with Item conflict detection disabled.<br />
Sample code [here](Examples/SaveDieOnConflictFalse/sample_code.php).

### [Create with Item conflict detection enabled](Examples/SaveDieOnConflictTrue/README.md)<br />
Example showcasing creation with Item conflict detection enabled.<br />
Sample code [here](Examples/SaveDieOnConflictTrue/sample_code.php).

### [Edit with Item conflict detection disabled](default)(Examples/EditDieOnConflictFalse/README.md)<br />
### [Edit with Item conflict detection disabled](Examples/EditDieOnConflictFalse/README.md)(default)<br />
Example showcasing editing with Item conflict detection disabled.<br />
Sample code [here](Examples/EditDieOnConflictFalse/sample_code.php).

Expand Down

0 comments on commit 18bec72

Please sign in to comment.