After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 656136 - Remove time field in task editor
Remove time field in task editor
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Tasks
3.2.x (obsolete)
Other Linux
: Normal enhancement
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2011-08-08 06:06 UTC by Akhil Laddha
Modified: 2013-09-13 01:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evo patch (9.34 KB, patch)
2011-08-08 11:18 UTC, Milan Crha
committed Details | Review

Description Akhil Laddha 2011-08-08 06:06:15 UTC
Evolution 3.1.5

New -> Task

Evolution shows time field besides both start date and due date. The problem is Outlook (Exchange server) and Novell Groupwise client (Groupwise server) don't support time. Even if we enter time in Evolution, those are not stored on server and if you modify any task, timings will change randomly.

IMHO, it will be better to remove time field to keep consistency with other clients and make task editor UI same.
Comment 2 Milan Crha 2011-08-08 10:19:11 UTC
I would prefer some kind of capability flag on the backend, to indicate whether it supports task times, and if this capability will not be set, then show only date portion of the entry.
Comment 3 Milan Crha 2011-08-08 10:59:40 UTC
Ah, never mind, I changed my mind and as we chatted about this on IRC, making tasks date-only makes more sense. One argument would be that moving between tasks list where one supports time and the other not, results in information loss anyway.
Comment 4 Milan Crha 2011-08-08 11:18:27 UTC
Created attachment 193413 [details] [review]
evo patch

for evolution;

This makes it, together with dropped unused code due this change in task-page.
Comment 5 Milan Crha 2011-08-08 11:19:50 UTC
Created commit 465e5ad in evo master (3.1.5+)