Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
Corrected a minor display issue for data objects.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Glasl committed Jul 28, 2015
1 parent acfdd15 commit ee3d128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/extensions/TaggingExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ public function updateSearchableFields(&$fields) {

public function updateCMSFields(FieldList $fields) {

$fields->removeByName('FusionTags');

// Determine whether consolidated tags are found in the existing relationships.

$types = array();
Expand Down

0 comments on commit ee3d128

Please sign in to comment.