|
52 | 52 |
|
53 | 53 | <tr> |
54 | 54 | <th class="required" i18n:translate=""> |
55 | | - <span tal:replace="structure python:db.task_type.classhelp('id,name,description',label='Type')" />: |
| 55 | + <span tal:replace="structure python:db.task_type.classhelp('id,name,description',property='type',label='Type')" />: |
56 | 56 | </th> |
57 | 57 | <td tal:content="structure context/type/menu">type</td> |
58 | 58 | <th i18n:translate=""> |
59 | | - <span tal:replace="structure python:db.component.classhelp('id,name,description',label='Components')" />: |
| 59 | + <span tal:replace="structure python:db.component.classhelp('id,name,description',property='component',label='Components')" />: |
60 | 60 | </th> |
61 | 61 | <td tal:content="structure context/components/menu">components</td> |
62 | 62 | </tr> |
|
67 | 67 | <table class="form"> |
68 | 68 | <tr tal:condition="context/id"> |
69 | 69 | <th i18n:translate=""> |
70 | | - <span tal:replace="structure python:db.status.classhelp('id,name,description',label='Status')" />: |
| 70 | + <span tal:replace="structure python:db.status.classhelp('id,name,description',property='status',label='Status')" />: |
71 | 71 | </th> |
72 | 72 | <td tal:content="structure context/status/menu">status</td> |
73 | 73 | <th i18n:translate="">Resolution:</th> |
|
117 | 117 | </tr> |
118 | 118 | <tr> |
119 | 119 | <th> |
120 | | - <span tal:replace="structure python:db.priority.classhelp('id,name,description',label='Priority')" />: |
| 120 | + <span tal:replace="structure python:db.priority.classhelp('id,name,description', property='priority',label='Priority')" />: |
121 | 121 | </th> |
122 | 122 | <td tal:content="structure context/priority/menu">priority</td> |
123 | 123 | </tr> |
|
0 commit comments