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 240762 - Cannot edit the '_Address Cards' View
Cannot edit the '_Address Cards' View
Status: RESOLVED FIXED
Product: GAL
Classification: Deprecated
Component: ECategories
2.4.x
Other other
: Normal minor
: 2.3
Assigned To: Radek Doulik
Evolution QA team
: 229844 234778 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-04-04 02:57 UTC by Edward Rudd
Modified: 2005-12-20 15:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.39 KB, patch)
2005-03-23 16:19 UTC, Li Yuan
none Details | Review
evolution side patch (3.50 KB, patch)
2005-03-23 16:20 UTC, Li Yuan
none Details | Review

Description Edward Rudd 2003-04-04 02:57:17 UTC
When going into the Define Views under the View menu, I can edit the Phone
List view and the By Company view but not the Address Cards view..if I copy
the address cards view and try to edit that it won't work either.

It's repeatable everytime..
I even nuked the configuration and started clean and it still will not let
me edit the view.
Comment 1 Edward Rudd 2003-06-17 22:28:15 UTC
This bug still exists in Evolution 1.4
Comment 2 Gerardo Marin 2003-06-19 22:10:51 UTC
I can edit them. Maybe a local issue.
Comment 3 Edward Rudd 2003-06-19 22:31:49 UTC
What do you think could be the problem then??
I just ran evolution as an entirely different user on my system that
has  a CLEAN home directory. (adduser dummy) ran evolution as him and
tried to edit the address book views.. 
I can edit _Phone List, By _Company, but i can not edit _Address
Cards.. the edit button does nothing when I select that view..
This is with evolution 1.4 on a redhat 7.3 system.
Comment 4 Karsten Bräckelmann 2004-02-05 17:49:15 UTC
I can verify this issue in 1.4.5 and 1.5.3 versions.

Rescheduling to 1.5.5.
Comment 5 Hari Prasad Nadig 2004-05-16 19:12:48 UTC
I could reproduce this... and same for the Calendar too. 
I couldn't edit Week view, Months views.
Comment 6 JP Rosevear 2004-08-25 15:58:31 UTC
Not a regression.
Comment 7 André Klapper 2005-01-17 23:20:15 UTC
now it's "view | current view | define views...",
still valid in evolution-2.1.3.2.0.200501160930-0.snap.ximian.10.1.
Comment 8 Harry Lu 2005-03-03 07:55:50 UTC
in gal_view_edit() of gal-view.c, if edit function is null, we might 
need to popup a dialog or just disable the edit button.

Please refer to etable_selection_change_forall_cb() in gal-defined-
views-dialog.c, too.
Comment 9 Li Yuan 2005-03-23 16:19:50 UTC
Created attachment 45014 [details] [review]
patch
Comment 10 Li Yuan 2005-03-23 16:20:47 UTC
Created attachment 45015 [details] [review]
evolution side patch
Comment 11 André Klapper 2005-03-23 16:34:35 UTC
still valid in evolution-2.2.0.0.200503210410-0.snap.ximian.10.1,
retargetting to 2.3.
Comment 12 André Klapper 2005-03-23 16:36:58 UTC
uh yeah, adding patch keyword by the way.
Comment 13 Sivaiah 2005-03-29 10:21:31 UTC
*** bug 234778 has been marked as a duplicate of this bug. ***
Comment 14 Li Yuan 2005-03-30 09:16:16 UTC
patch has been committed
Comment 15 Nagappan Alagappan 2005-09-06 08:52:32 UTC
Reproducable in Evolution 2.4. Reopening the bug.
Comment 16 Sushma Rai 2005-09-06 12:16:20 UTC
confirmed Evolution has the changes in the patch.
Gal issue?
Comment 17 Li Yuan 2005-09-06 12:20:42 UTC
I already have a new patch to fix this.
Comment 18 Joe Shaw 2005-10-21 15:48:08 UTC
*** Bug 229844 has been marked as a duplicate of this bug. ***
Comment 19 Srinivasa Ragavan 2005-12-20 15:17:00 UTC
Address cards view cant be edited, since it doesnt have any customizations like other views like table view has. So it can't be edited. Atleast this is what i can understand from the code. For example Phone list has name/email etc which people might prefer to change, so it makes sense to disable edit. It would even make sense to avoid creating a new type for card view, since it cant be no different than the existing one. This applies to day/other views in calendar also.

Closing it. But the bug is that built-in (default created) views should be allowed to be edited, which is happening and it is fixed to head.