Skip to content

Commit

Permalink
Merge pull request #589 from artus70/patch-8
Browse files Browse the repository at this point in the history
Make event title clickable to edit record
  • Loading branch information
lochmueller authored Jul 20, 2021
2 parents b8c2b65 + 005cedf commit 5c53f25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Resources/Private/Partials/Backend/Row.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
<tr>
<td>
<c:iconForRecord table="{index.foreignTable}" uid="{index.originalObject.uid}" />
<f:render partial="{index.configuration.partialIdentifier}/Title" arguments="{index: index}" />
<be:link.editRecord uid="{index.foreignUid}" table="{index.configuration.tableName}"
returnUrl="{f:be.uri(route: 'web_CalendarizeCalendarize')}">
<f:render partial="{index.configuration.partialIdentifier}/Title" arguments="{index: index}" />
</be:link.editRecord>
</td>
<td>
<f:render partial="DateInformation" arguments="{index: index}"/>
Expand Down

0 comments on commit 5c53f25

Please sign in to comment.