last_tracker_items (최근 트래커 항목) 모듈
This is a stub. Some screenshot is needed
매개변수 | ||||
trackerId | 숫자 | 필수 | 트래커의 Id | |
name | 텍스트 | 필수 (티키 3.0 이상부터 선택사항 | 표시될 필드명 | |
fieldId | id | 선택사항 | 필드 식별자 | tw>=3.0 |
sort_mode | 문자열 | 선택사항 | 예: created_desc, lasModif_asc... created_desc 가 기본 | tw>=3.0 |
status | opc 혹은 oc 혹은 op 혹은 pc 혹은 o 혹은 p 혹은 c | 선택사항 | 상태 |
다른 기존 모듈 매개변수도 적용됨:
nonums
Required parameters are in
bold
.Go to the source code
Preferences required: feature_trackers
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
trackerId |
int | Identifier of the tracker from which items are listed. Example value: 13. | ||
name |
any string except for HTML and PHP tags | Name of the field from which values are listed. Example value: age. | ||
sort_mode |
any string except for HTML and PHP tags | Specifies how the items should be sorted. Possible values include created and created_asc (equivalent), created_desc, status, lastModif, createdBy and lastModifBy. Unless "_desc" is specified, the sort is ascending. "created" sorts on item creation date. "lastModif" sorts on the last modification date of items. "lastModif_desc" sorts in descending order of last modification date. Default value: created_desc | ||
status |
word | If set, limits the listed items to those with the given statuses. Values are combinations of "o" (open), "p" (pending) and "c" (closed). Possible values: opc, oc, op, pc, o, p or c. Default value: opc | ||
fieldId |
int | Identifier of the field from which values are listed. If Field name is set, this parameter is ignored. Example value: 13. |
주의
- 티키위키 3.0 이상부터는 필드명 혹은 필드ID 를 주거나 필드 없음을 지정할 수 있습니다. 후자의 경우, 시스템이 자동으로 첫번째 주 필드를 취할 것입니다.
- 트래커 관리에서 필드명을 변경하였을 때 주의하십시오. 모듈 매개변수명은 변경되지 않을 것입니다