The following features are all overridden after upgrading an existing site to beta8 or installing a fresh site with most features enabled. The majority of the overrides are in the field_base component foreign keys array. cod_sponsors also has component: image overridden.
Overridden Features Hit List
The following features were overridden after a new Drupal database creation:
COD
COD Paid Events
- Field Bases
- commerce_price field_checkout_complete_state field_ticket_orderfield_ticket_related_product
COD Profile Base
- Field Bases
- field_profile_bio field_profile_first field_profile_interestsfield_profile_job_title field_profile_last field_profile_locationfield_profile_org field_profile_phone
COD Registration
- Field Bases
- field_event_tickets
COD Schedule
- Field Bases
- field_event_timeslots field_evttime_date field_session_timeslotfield_timeslot_allowed_types field_timeslot_room field_timeslot_time
COD Session
- Field Bases
- field_accepted field_event_default_session_view field_experiencefield_schedule_item_tags field_slides field_speakersog_vocabulary upload
- Field Instances
- node-event-field_event_default_session_view node-page-bodynode-page-upload node-schedule_item-bodynode-schedule_item-field_acceptednode-schedule_item-field_experiencenode-schedule_item-field_schedule_item_tagsnode-schedule_item-field_speakers node-schedule_item-og_group_refnode-session-body node-session-field_acceptednode-session-field_experience node-session-field_news_imagenode-session-field_slides node-session-field_speakersnode-session-og_group_ref node-session-og_vocabulary
- Views
- cod_session_sessions cod_session_sessions_admincod_session_sessions_admin_contactcod_session_sessions_speaker_confirmation cod_session_speakerscod_session_tracks cod_session_user_presentations
COD Sponsors
- Image styles
- cod_sponsors
COD Sponsors Exhibits
- Field Bases
- field_sponsor_booth_number field_sponsor_booth_request
COD Pages
COD Session Pages
- Panelizer
- node:schedule_item:default:default node:session:default:default
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | cod_support-features-overridden-beta8-2458819-4.patch | 19.96 KB | timwood |
Comments
Comment #1
kclarkson commentedalso confirming that these features are overridden.
A features revert doesn't fix the issue because
Comment #2
mrconnerton commentedThis is a known issue and I thought we had a ticket for it somewhere. I believe what is happening is whoever originally created these features long long ago had a module installed that was altering the output of the field instances and since we don't have that same module it's showing as overriden (not there anymore). I have never actually had time to debug where it's coming from and what would happen if we manually remove it.
Comment #3
timwoodI just did another fresh install. This time enabling all COD features. Still showing this list of overridden features. Features reverting all doesn't help. I'll roll a patch from a clean COD copy without any extra modules.
Comment #4
timwoodHere is the patch. Sorry for the delay.
Comment #5
japerryUgh foreign keys. If we apply this patch, in a few releases it'll say we need to do the opposite. Issue #2003836: COD_Session overidden on fresh install is where that is happening.
As for the other overridden features, we should get those pushed up to cod_support.
Comment #6
kclarkson commented@japerry
I am a little confused by your comment.
Are we applying this patch?
Or are you saying that this patch will break things?
Comment #7
nedjoLooks like this was triggered by #2419479: Remove 'foreign keys' from field base.
Comment #8
japerryNeed to make sure nothing is overridden on install before the RC1 release.
Comment #9
japerryComment #10
BabaYaga64 commentedRan a clean install from current dev. There were still some overridden features. I've updated the list in the issue summary with the overridden features and components.