Doctrine_Record::getTags() returns tags not recursively
Closed this issue · 2 comments
fruit commented
Should return tags NOT recursively:
Doctrine_Record::getTags(false);
Should return tags recursively:
Doctrine_Record::getTags(true);
Doctrine_Record::getTags();
Equal behavior for Doctrine_Collection::getTags()
fruit commented
Seems to be an old sfCachetaggableDoctrineRecord
class in current project. Anyway, add tests on that.