Skip to content

Commit

Permalink
Merge branch '2024.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Dec 11, 2024
2 parents 999ce5f + a5f7975 commit 9c98ff8
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 9c98ff8

Please sign in to comment.