Upgrade column management with possibility to return to the initial columns. Little debug in all tag list.
<?php
namespace IRI\Bundle\WikiTagBundle\Entity;
use IRI\Bundle\WikiTagBundle\Model\Category as BaseCategory;
/**
* IRI\Bundle\WikiTagBundle\Entity\Category
*/
class Category extends BaseCategory
{
}