작업에 대한 탭 맞춤화 customizing-tabs-for-a-task
Start Process
Uber 보기의 Start Process
구성 요소와 ToDo
Uber 보기의 Task Details
구성 요소에 대한 탭 이름을 사용자 지정할 수 있습니다.
-
translation.json
파일에서tabname
의 값을 변경합니다.예를들어 영어에 대한
/apps/ws/locales/en-US/translation.json
을(를) 다음과 같이 변경합니다.- 시작 프로세스에서 시작된 작업의 경우
"startprocess" : {}
블록에서 다음 코드 조각을 사용하십시오.
code language-json "tabname" : { "form" : "Application", "details" : "Overview", "attachments" : "Attachments", "notes" : "Helper Notes" }
- 할 일 작업의 경우
"todo" : {}
블록의 다음 코드 조각을 사용하십시오.
code language-json "tabname" : { "summary" : "Bird's-eye view", "history" : "Past", "form" : "Form", "details" : "Overview", "attachments" : "Attachments", "notes" : "Notes" }
note note NOTE 지원되는 모든 언어에 대해 해당 키-값 쌍을 추가합니다. - 시작 프로세스에서 시작된 작업의 경우
recommendation-more-help
19ffd973-7af2-44d0-84b5-d547b0dffee2