REQ-2135: return executable todos
This commit is contained in:
parent
5f0e8a19b7
commit
953bd5e89a
@ -94,12 +94,12 @@ public class TodoRecordAdapter implements PendingRecordAdapter {
|
||||
|
||||
@Override
|
||||
public String getTitle() {
|
||||
return business.getTitle();
|
||||
return todo.getTitle();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getContent() {
|
||||
return business.getContent();
|
||||
return todo.getContent();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user