mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
APICHANGE:
1: make Contact Groups real hierarchical. 2: Cope the hierarchical contract type Groups with CRMAdmin, including: - Search on these hierarchical groups. - Column selection according to these these hierarchical groups - Result entries render these hierarchical groups in a comma-seperated way including exported file. - A single record groups showing/saving in CRMAdmin. 3: Add ability to forward a record to a specified email address in CRMAdmin. Project specific feature: 1. Add note to each record in 1-many relation. Add the tab "Notes" for showing/editing/deleting notes of a record. git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@66394 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
018e153197
commit
9b7da1fbb3
@ -17,6 +17,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
|
<% if can(add) %>
|
||||||
<tr class="addtogrouprow">
|
<tr class="addtogrouprow">
|
||||||
<% if Markable %><td width="18"> </dh><% end_if %>
|
<% if Markable %><td width="18"> </dh><% end_if %>
|
||||||
$AddRecordForm.CellFields
|
$AddRecordForm.CellFields
|
||||||
@ -31,6 +32,7 @@
|
|||||||
<% if Can(edit) %><td width="18"> </td><% end_if %>
|
<% if Can(edit) %><td width="18"> </td><% end_if %>
|
||||||
<% if Can(delete) %><td width="18"> </td><% end_if %>
|
<% if Can(delete) %><td width="18"> </td><% end_if %>
|
||||||
</tr>
|
</tr>
|
||||||
|
<% end_if %>
|
||||||
</tfoot>
|
</tfoot>
|
||||||
<tbody>
|
<tbody>
|
||||||
<% if Items %>
|
<% if Items %>
|
||||||
|
Loading…
Reference in New Issue
Block a user