Update: This has been modified to only handle check-out functions in 3.5. Please refer to the WorkElementWdg to configure the Work column.
The Task Checkin Manage Widget is now used for accessing the checkout tool. It appears as a sub tab. After a task is assigned, an artist can go to the "My Tasks" link where there is a "Work" column which will expand to this widget. The concept of a WIP (Work in Progress) folder is applied here. The user can choose between checking out the latest or the current snapshot.
Name |
Task Checkin Manage Widget |
Common Title |
Checkout |
Class |
tactic.ui.table.TaskCheckinManageWdg |
Category |
Table Element Widget |
Supported Interfaces |
TableLayoutWdg |
TACTIC Version Support |
2.6.0 + |
Required database columns |
none |
The main function of this widget is to choose between checking out latest or checking out current snapshot for the selected process. If there is no applicable latest or current snapshot, clicking on the button will just open up a Check-out widget for you to browse its check-in history. The WIP folder is where you can put your work-up files. It is on the same level as the sandbox for the process.
checkout_panel_script_path |
Deprecated in 3.5. Use the tab_config_<> method to set up custom
checkout tab. For instance, this xml snippet can be used to a add a check
out sub
tab:
|
checkout_script_path |
A custom check-out script path you can specify to override the default check-out script. The default check-out script checks out everything under the selected snapshot. Refer to Example 4. |
show_versionless_folder |
If set to true, it displays the latest and current versionless folders. |