I've been trying to deploy Views (new and updates) using Features. It seems the recipient site is just marking the views as "overridden" instead of actually using the code in the Feature. Is that how it's supposed to work? How can I get it to use the deployed code?
Nancy
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
Is this for D6? Site building -> Features -> Manage. Click on the feature that is overridden, then check the box next to Views and click "Revert components." This "reverts" the selected component to what's defined in the code of your feature, rather than what's stored in the database of the site. Thanks! Steve
On Tue, May 29, 2012 at 4:21 PM, Ms. Nancy Wichmann nan_wich@bellsouth.netwrote:
I've been trying to deploy Views (new and updates) using Features. It seems the recipient site is just marking the views as "overridden" instead of actually using the code in the Feature. Is that how it's supposed to work? How can I get it to use the deployed code?
*Nancy* Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
-- [ Drupal support list | http://lists.drupal.org/ ]
Hi Nancy,
Being "overridden" just means that the View is different to that in the Feature code. If you click "revert", it will revert the Feature back to the code version. "Revert" often confuses people because in the context of deployment, it doesn't actually make sense.
Regards
Blair
---
Blair Wadman | Wadman Consulting Limited m: +44 7921 31 44 88 | w: wadmanconsulting.com
Wadman Consulting Limited is a company registered in England and Wales with company number 07261212. Registered office: 190 Canbury Park Road, Kingston upon Thames, KT2 6LF. VAT Registration: 992 0054 24. This message is private and confidential.
On Tuesday, 29 May 2012 at 21:21, Ms. Nancy Wichmann wrote:
I've been trying to deploy Views (new and updates) using Features. It seems the recipient site is just marking the views as "overridden" instead of actually using the code in the Feature. Is that how it's supposed to work? How can I get it to use the deployed code?
Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr. -- [ Drupal support list | http://lists.drupal.org/ ]
And when I increase the version number on the Feature, it doesn't make sense that I have to manually intervene. Very annoying and counter-productive.
Nancy
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
From: Blair Wadman Being "overridden" just means that the View is different to that in the Feature code. If you click "revert", it will revert the Feature back to the code version. "Revert" often confuses people because in the context of deployment, it doesn't actually make sense.