/*
* WARNING: Do *NOT* call super.populateItem() as it adds a YuiDDList which removes the item from the list
* after getting dropped. This is unnecessary and leads to errors as the task list gets its data from the
* database and therefore is updated automatically.
*/
item.add(new YuiDDList(getGroupId())
{
private static final long serialVersionUID = 1L;
@Override
protected void onDrop(AjaxRequestTarget target, int index, Component dragOverItem)
{