Hi everybody,
I changed the default display columns for DocListWidget in D2-Config. But the change does not appear in D2.
Is this a bug or I missed something ??
Environment: D2 4.5
Thank you.
I think columns in the DocList widget are user preferences. Once set in D2 by the user, they should "stick".
I think Scott is right.
On top of that, you could also try to close the workspace and reselect it to see if that resets the values to what you defined by default....
In D2, in the dialog to customize display columns, it doesn't display custom type, just the Document type.
So I can't choose custom attributes to display...
You can take a look at the object type d2c_preferences. Edit the object called default.
In this object look for the values in property col_name (attribute names you want to display) that matches the value default into col_type property.
For adding a custom attribute, use the following format : <custom_object_type_name>.<custom_attribute>
The default d2c_preferences is copied for each user the first time they are logging into D2.
Below an example of what can be done (Not tested but should work)
append,c,<DEFAULT_D2C_OBJECT_ID>,col_name
<custom_object_type_name>.<custom_attribute>
append,c,<DEFAULT_D2C_OBJECT_ID>,col_width
170
append,c,<DEFAULT_D2C_OBJECT_ID>,col_type
default
save,c,<DEFAULT_D2C_OBJECT_ID>
It should. It does on my installation
Hi
I have been trying to update the default column in exactly the similar way as described above . And custom attributes are displayed in doc list widget correctly . But it breaks Quick search operation for my environment .When i try to perform the quick search it gives 'No items found' where as facets are updated correctly. Anyone has idea how to get this working?
Thanks in advance
Regards
Yashashri.