Closed (fixed)
Project:
Viewfield
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2008 at 10:31 UTC
Updated:
18 Oct 2008 at 00:07 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedSame bug with latest (dev) CCK & Views version, I don't know if it happend with previous CCK & Views version
Comment #2
plachI am not able to reproduce the bug, you should provide more information on the field configuration options you set.
I am testing Viewfield 6.x-1.x-dev + Views 2.0-rc3 + CCK 2.0-rc7 and I am able to set a default view which is assigned to the field if the Override default option in the node add/edit form is unchecked.
To make it appear be sure to check the Use a common default value for all nodes if the user does not override it on the node form option in the field configuration, moreover you will have to choose the default view from the select list on the bottom of the cofiguration page.
Comment #3
netbear commentedAlso have similar problem.
Explain what i have:
Installed drupal 6.4
Installed latest CCK
Installed latest Views
Installed latest View_field
Created two content types: projects and objects. Progects should contain objects, the term name of which is equal to the title of the project.(Terms are created with NAT- everything works).
Created View, called it "objects"(page type, added filter node type-object and added argument taxonomy term)
In the content type project added field - objects(viewfield).
There i selected the view "objects" as allowed view. And if I let the user to choose view and arguments the view appeares and if i choose default view and default argument and checkbox "force default" is checked- user cannot choose but the default view doesn't appear.
To use %title as argument I added this token to list of tokens in the module(strings 556-558):
So there is a problem with default view when it is forced.
And when I go back to configure the viewfield the field for default argument is empty again- not stored.
Comment #4
plachPlease, confirm you've read this:
Comment #5
netbear commentedThanks a lot, plach! Now everything works as it should.
Comment #6
plachI suppose this is to be considered solved.