Skip to content

Commit bcc1b95

Browse files
committed
minor
1 parent 0227bd0 commit bcc1b95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

live/_Details.PartDates.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
var toolbarDate = toolbarSvc.Empty()
3838
.Add("+edit")
3939
.Copy(d)
40-
.Add("+delete?entityId=" + d.EntityId + "&show=true")
40+
.Add("+delete")
4141
.Add("+contentitems&title=" + Resources.LabelRegistrations + "?contentType=Registrations&filter:EventDate=[" + d.EntityId + "]");
4242

4343
<li class="list-group-item mb-0 @currentEventClass @hiddenEvent" @Edit.TagToolbar(d, toolbar: toolbarDate)>

staging/_Details.PartDates.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
var toolbarDate = toolbarSvc.Empty()
3838
.Add("+edit")
3939
.Copy(d)
40-
.Add("+delete?entityId=" + d.EntityId + "&show=true")
40+
.Add("+delete")
4141
.Add("+contentitems&title=" + Resources.LabelRegistrations + "?contentType=Registrations&filter:EventDate=[" + d.EntityId + "]");
4242

4343
<li class="list-group-item mb-0 @currentEventClass @hiddenEvent" @Edit.TagToolbar(d, toolbar: toolbarDate)>

0 commit comments

Comments
 (0)