Skip to content

Commit

Permalink
improvements toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaximum-at-2sic committed Mar 1, 2022
1 parent c39e698 commit a5b0c39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ If you want to customize the CSS, you will usually follow the ["Create Custom St
* No more jQuery
* 2022-02 v6.1
* Enabled dataoptimizations
* 2022-03 v6.1.2
* Improvements toolbar
2 changes: 1 addition & 1 deletion live/_Details.PartDates.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
var regCount = dateRegistrations == null ? 0 : dateRegistrations.Count;
<li class="list-group-item mb-0 @currentEventClass @hiddenEvent"
@Edit.TagToolbar(d, toolbar: new [] {
"toolbar=empty", "+edit", "+contentitems&title=" + Resources.LabelRegistrations + "?contentType=Registrations&filter:EventDate=" + d.Start
"toolbar=empty", "+edit", "+delete?entityId=" + d.EntityId + "&show=true", "+contentitems&title=" + Resources.LabelRegistrations + "?contentType=Registrations&filter:EventDate=" + d.Start
})
>
<a href="@Link.To(parameters: "details=" + DynamicModel.Item.EntityId + "&dateid=" + d.EntityId)">
Expand Down

0 comments on commit a5b0c39

Please sign in to comment.