I tried to add default settings (as mentioned on project page) through settings.php file. The variable was correctly detected by drush vget, but module's UI doesn't display them at all. I tried to clear both Drupal's cache (by drush cc all an Opcache, but it didn't matter. Am I missing something?

CommentFileSizeAuthor
#6 features_banish-2447151-#6.patch688 bytesjonhattan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

frankcarey’s picture

The point of features_banish IS to remove any banished components from the features UI. If you mean that they are not shown in the features_banish UI, then do you have the features patch installed?

frankcarey’s picture

I think I found the issue based on your description above. I updated the documentation page, but basically I had a typo..

$conf['settings']['features_banish_items'] = array(
...

Shouldn't have 'settings' in there, it should just be

$conf['features_banish_items'] = array(
...
frankcarey’s picture

Status: Active » Closed (fixed)
milos.kroulik’s picture

Thanks, I will try it.

jonhattan’s picture

Category: Support request » Bug report
Priority: Normal » Major
Status: Closed (fixed) » Active

This actually doesn't work at all.

jonhattan’s picture

Status: Active » Needs review
FileSize
688 bytes
alex.skrypnyk’s picture

Status: Needs review » Reviewed & tested by the community

Patch #6 works perfectly. Please commit.

  • jonhattan authored 7587a21 on 7.x-1.x
    Issue #2447151 by jonhattan, frankcarey: Components banished through...
frankcarey’s picture

Status: Reviewed & tested by the community » Fixed

Committed to master - Thanks all!

Status: Fixed » Closed (fixed)

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