Skip to content

Commit

Permalink
[jan] Fix positioning of due time drop down list (Bug #12288).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Aug 11, 2017
1 parent fea33b5 commit 45f0d08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion nag/js/task.js
Expand Up @@ -23,7 +23,6 @@ var NagTasks = {
field = $(field);
opts = {
list: list,
domParent: field.up('#nag_form_task'),
onChoose: function(value) {
if (value) {
field.setValue(value);
Expand Down
1 change: 1 addition & 0 deletions nag/package.xml
Expand Up @@ -1855,6 +1855,7 @@
<date>2017-08-01</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix positioning of due time drop down list (Bug #12288).
* [jan] Improve compatibilty when synchronizing tasks via CalDAV/ICS (Bug #14057).
* [jan] Fix exporting multiple tags to iCalendar CATEGORIES (Bug #14057).
* [jan] Don&apos;t include external tasks into drop down list for parent tasks.
Expand Down

0 comments on commit 45f0d08

Please sign in to comment.