Skip to content

Commit

Permalink
Improve message in details change, when its a create
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Jump committed Dec 10, 2019
1 parent 0648d4d commit 6d3d440
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions uSync8.BackOffice/App_Plugins/uSync8/changeDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ <h4>No Changes detected</h4>
is processed.
</p>
</div>

<div ng-if="vm.item.Change == 'Create'" class="alert alert-success">
<h4>Create</h4>
<p>
This item doesn't currently exist, and will be created on import.
</p>
</div>
</umb-box-content>
</umb-box-container>
</umb-box>
Expand Down

0 comments on commit 6d3d440

Please sign in to comment.