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

Fix #1768 Split tags with commas from UI #1805

Merged
merged 2 commits into from
Mar 28, 2016
Merged

Fix #1768 Split tags with commas from UI #1805

merged 2 commits into from
Mar 28, 2016

Conversation

nicosomb
Copy link
Member

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? no
Documentation no
Translation no
Fixed tickets #1768
License MIT

@nicosomb nicosomb added this to the 2.0.0 milestone Mar 21, 2016
@tcitworld
Copy link
Member

This works ? Damn.

@j0k3r
Copy link
Member

j0k3r commented Mar 21, 2016

Could you add some test on the TagControllerTest.php ?
Add a coma separated tag and check that both tag are created / associated.

@nicosomb
Copy link
Member Author

In fact, my code is not OK.

I have to do a foreach in the controller before the query.

Testing that a tag exist or is assigned to the current entry isn't important in the tag controler since the `assignTagsToEntry` is already doing that job.
So it simplify the controller.
@nicosomb nicosomb merged commit ba2157b into v2 Mar 28, 2016
@nicosomb nicosomb deleted the v2-assign-comma-tags branch March 28, 2016 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants