In current HEAD there is still a persistent feature being overridden it looks like this will be resolved by updating file entity.

Additionally there were a few other bugs caught upstream.

The feature issue itself is below:

override screen

This is because of the following hook:

/**
 * Alter default file types.
 *
 * @see hook_file_default_types()
 */
function wetkit_bean_file_default_types_alter(&$types) {
  $types['document']->mimetypes[] = 'text/html';
}

Unfortunately this is not properly handled on the file entity side atm so need a workaround.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sylus’s picture

Issue summary: View changes
sylus’s picture

Issue summary: View changes
FileSize
17.87 KB
sylus’s picture

Title: Resolve features override in WetKit Widgets » Update File Entity
sylus’s picture

Issue summary: View changes
sylus’s picture

sylus’s picture

sylus’s picture

Title: Update File Entity » Update File Entity + Fix Features Override
sylus’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

joseph.olstad’s picture

committed to file_entity 7.x-2.x dev
just now