Miodrag Tokić eccfff451a Limit assignee drop-down selector scope
On the task details page "Add a sub-task" pop-up modal contains
drop-down (the SELECT HTML element) with "form-user_id" as the `name`
and the `id` attribute value. This element is in conflict with another,
hidden INPUT element with the same `name` and the `id` value. This
causes an issue where clicking the "Me" (Assignee) link / shortcut (A)
element doesn't select your name in the Assignee SELECT element.

Avoiding conflict by changing the SELECT element `id` value is not
possible as the SELECT element is generated using `FormHelper::select()`
function which uses the same value for attribute `name` and `id`.

Given the assignee shortcut feature is used only in two places: edit
task and edit sub-task dialog, the simplest solution is to select the
closest SELECT element to the link / shortcut (A) element or limit the
scope to the currently opened dialog.

This fix uses the latter approach by limiting the scope of targeted
selector.
2018-12-20 13:57:43 +01:00
2018-11-20 21:26:22 -08:00
2018-12-19 16:01:50 -08:00
2016-03-07 12:06:57 +01:00
2017-11-30 16:55:53 -08:00
2015-10-19 21:32:18 -04:00
2018-11-08 20:46:01 -08:00
2018-05-04 10:37:35 -07:00
2018-04-12 16:34:58 -07:00
2018-06-11 11:04:42 -07:00
2018-12-19 16:05:15 -08:00
2018-04-01 10:24:19 -07:00
2018-12-07 17:20:15 -08:00
2015-10-19 21:05:41 -04:00
2018-06-01 15:25:32 -07:00
2016-05-29 20:12:02 -04:00
2018-01-29 11:24:58 -08:00
2018-12-19 16:01:50 -08:00
2018-11-20 21:26:22 -08:00
2014-01-25 14:56:02 -05:00
2018-01-26 17:01:44 -08:00
2016-06-29 22:21:59 -04:00

Kanboard

Build Status

Kanboard is project management software that focuses on the Kanban methodology.

Credits

Description
No description provided
Readme 87 MiB
Languages
PHP 97.6%
JavaScript 1.5%
CSS 0.8%