Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
taxonomy_display
Commits
ae5c5c36
Commit
ae5c5c36
authored
Sep 09, 2011
by
Cody Craven
Browse files
Removed validated todo.
parent
23e7e657
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.txt
View file @
ae5c5c36
Taxonomy Display 7.x-1.x, YYYY-MM-DD
------------------------------------
Removed validated todo.
Removed CVS "; $Id$" from files.
Issue #1274870 by codycraven: Fixed views plugin reporting error when no result.
Issue #1261270 by codycraven: Added caching to fetch taxonomy display settings.
...
...
taxonomy_display.admin.inc
View file @
ae5c5c36
...
...
@@ -229,7 +229,6 @@ function _taxonomy_display_admin_form_build_plugin_form($type, &$fieldset, &$for
// Populate $options with plugins that are available.
$options
=
taxonomy_display_plugins
(
$type
);
// TODO: Finish testing missing plugin support.
// Add support for missing plugins.
if
(
isset
(
$stored_settings
[
$type
.
'_plugin_missing'
]))
{
$options
=
array_merge
(
array
(
'missing'
=>
t
(
'-- Missing plugin --'
)),
$options
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment