Actions
Defect #1834
closedTasks can't be sorted by "Created on" and filtered by subject
Start date:
09/03/2019
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
Version 9.7.5
My tasks, All tasks: sort by "Created on" can't be changed to ascending.
All tasks: filter by Subject ignores the value.
Files
Updated by Radek Tomiška over 5 years ago
- Assignee changed from Radek Tomiška to Vít Švanda
- Target version set to Rhyolite (9.7.6)
Updated by Vít Švanda over 5 years ago
- Status changed from New to Needs feedback
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 0 to 90
This was interesting, because both of this issues were never implemented on BE. So it could not never work.
- I implemented sorting by created of task on BE. There were some others obstacles on the FE, but now table and sorting by created of tasks works well.
- Iplementation of filtering by task name is not possible now. Main problem is in the fact, that the name of tasks are translating on the FE (in DB is in english and with properties only), so the filter works not well and is confusing. I removed this field from the FE.
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/8c89abc0d89186874e626276aa09b9dd25e8f1be
Updated by Radek Tomiška over 5 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 90 to 100
I did test and review, it works, thx!
Updated by Radek Tomiška over 5 years ago
- Status changed from Resolved to Closed
Actions