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

v2 – Remove user reference in tag #1545

Merged
merged 5 commits into from
Jan 2, 2016
Merged

v2 – Remove user reference in tag #1545

merged 5 commits into from
Jan 2, 2016

Conversation

j0k3r
Copy link
Member

@j0k3r j0k3r commented Dec 29, 2015

Fix #1543

@j0k3r j0k3r added this to the 2.0.0-alpha.1 milestone Dec 29, 2015
@j0k3r j0k3r changed the title Remove user reference in tag v2 – Remove user reference in tag Dec 29, 2015
Parameters are `star` & `archived`, not `is_starred` & `is_archived`
- WallabagRestController: remove the tag deletion from the API since we can't remove a tag now, we only remove reference to entries
- RuleBasedTaggerTest: remove workaround for asserting tag are equal since problem was related to mock expects (_call instead of findOneByLabel which was removed from the tag repository)
@@ -175,8 +174,8 @@ public function patchEntriesAction(Entry $entry, Request $request)
$this->validateUserAccess($entry->getUser()->getId());

$title = $request->request->get('title');
$isArchived = $request->request->get('is_archived');
$isStarred = $request->request->get('is_starred');
$isArchived = $request->request->get('archive');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, well done. this bug is here since a long time...

And move the SQL query inside the php doc
nicosomb added a commit that referenced this pull request Jan 2, 2016
v2 – Remove user reference in tag
@nicosomb nicosomb merged commit dad1c54 into v2 Jan 2, 2016
@nicosomb nicosomb deleted the v2-user-tag branch January 2, 2016 11:46
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

2 participants