blob: 0c344797c8af35ba763e760ba0ce0b4f1e83dded [file] [log] [blame]
Copybara854996b2021-09-07 19:36:02 +00001[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
10submitted an update to it. That user's update has already
11taken effect. Your update cannot be saved because your changes could
12overwrite the other user's changes.</p>
13
14<p>Note: if you have been viewing and updating [artifact_name] in multiple
15browser windows or tabs, it is possible that the "other user" is
16actually 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"]