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 Dec 11, 2024
2 parents a08af57 + 26d9d93 commit a5f7975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tine20/HumanResources/js/FreeTimePlanningPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ Tine.HumanResources.FreeTimePlanningPanel = Ext.extend(Tine.widgets.grid.GridPan
return Tine.HumanResources.Model.FreeTimeType.getAbbreviation(freeTimeType) === char;
});

if (freeTimeType && !e.shiftKey && !e.ctrlKey) {
if (String(e.target.tagName).toLowerCase() !== 'input' && freeTimeType && !e.shiftKey && !e.ctrlKey) {
this.freeTimeType = freeTimeType;
window.setTimeout(() => {
this.freeTimeType = null
Expand Down

0 comments on commit a5f7975

Please sign in to comment.