Skip to content

Commit

Permalink
Add time tracking fields metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bkembreeBPS committed Dec 3, 2024
1 parent 8515ff9 commit a5e18ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/RT/Transactions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ our %FIELD_METADATA = (
Data => ['STRING'], #loc_left_pair
Created => [ 'DATE' => 'Created' ], #loc_left_pair

TimeWorker => [ 'ENUM' => 'User' ], #loc_left_pair
TimeWorkedDate => [ 'DATE' => 'TimeWorkedDate' ], #loc_left_pair

Content => ['ATTACHCONTENT'], #loc_left_pair
ContentType => ['ATTACHFIELD'], #loc_left_pair
Filename => ['ATTACHFIELD'], #loc_left_pair
Expand Down

0 comments on commit a5e18ad

Please sign in to comment.