Skip to content

Commit

Permalink
Merge branch '2023.11' into 2024.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Feb 5, 2024
2 parents 127daf1 + 516ffdc commit 8f074a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tine20/Timetracker/js/TimesheetEditDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,9 @@ Tine.Timetracker.TimesheetEditDialog = Ext.extend(Tine.widgets.dialog.EditDialog
disabled: !!this.record.get('workingtime_is_cleared'),
columnWidth: 1,
allowBlank: false,
validator: (v) => {
return v !== '';
},
height: 150}),
]
]
Expand Down

0 comments on commit 8f074a1

Please sign in to comment.