Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doctrine_Record::getTags() returns tags not recursively #7

Closed
fruit opened this issue Feb 17, 2011 · 2 comments
Closed

Doctrine_Record::getTags() returns tags not recursively #7

fruit opened this issue Feb 17, 2011 · 2 comments

Comments

@fruit
Copy link
Owner

fruit commented Feb 17, 2011

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
Copy link
Owner Author

fruit commented Feb 18, 2011

Seems to be an old sfCachetaggableDoctrineRecord class in current project. Anyway, add tests on that.

@fruit
Copy link
Owner Author

fruit commented Feb 19, 2011

I18n behavior closed by 8660124, added tests on getTags() closed by 8660124

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant