Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame^] | 1 | [include "../framework/header.ezt" "showtabs"] |
| 2 | |
| 3 | [# Note: No need for UI element permission checking here. ] |
| 4 | |
| 5 | <h3>Update Collision</h3> |
| 6 | |
| 7 | <h4>What happened?</h4> |
| 8 | |
| 9 | <p>While you were viewing or updating [artifact_name], another user |
| 10 | submitted an update to it. That user's update has already |
| 11 | taken effect. Your update cannot be saved because your changes could |
| 12 | overwrite the other user's changes.</p> |
| 13 | |
| 14 | <p>Note: if you have been viewing and updating [artifact_name] in multiple |
| 15 | browser windows or tabs, it is possible that the "other user" is |
| 16 | actually yourself.</p> |
| 17 | |
| 18 | |
| 19 | <div style="margin:2em" class="help"> |
| 20 | <b style="margin:0.5em">Your options:</b> |
| 21 | |
| 22 | <ul> |
| 23 | <li>Start over: view the up-to-date |
| 24 | <a href="[artifact_detail_url]">[artifact_name]</a> |
| 25 | and consider making your changes again.</li> |
| 26 | </ul> |
| 27 | |
| 28 | </div> |
| 29 | |
| 30 | [include "../framework/footer.ezt"] |