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

cant set the title of the post from the API when "post"(ing) #2009

Closed
foxmask opened this issue May 2, 2016 · 1 comment · Fixed by #2010
Closed

cant set the title of the post from the API when "post"(ing) #2009

foxmask opened this issue May 2, 2016 · 1 comment · Fixed by #2010
Assignees
Labels
Milestone

Comments

@foxmask
Copy link
Contributor

foxmask commented May 2, 2016

Issue details

when doing a post request and providing a title, this one is not taken and Wallabag generate it from the title page ... but for twitter the title becomes "twitter" and I would like to have my own title ;)

Environment

  • wallabag: 2.0.3
  • How did you install wallabag? : git clone
  • php version: 5.6
  • OS: linux debian 8.5
  • type of hosting (shared or dedicated): dedicated
  • which storage system you choose at install : PostgreSQL

Steps to reproduce/test case

create a post with a given title

see this doc /api/doc#post--api-entries.{_format}

@j0k3r j0k3r added the Bug label May 2, 2016
@j0k3r j0k3r added this to the 2.0.4 milestone May 2, 2016
@j0k3r j0k3r added the Easy bug label May 2, 2016
@j0k3r j0k3r removed this from the 2.0.4 milestone May 2, 2016
@j0k3r
Copy link
Member

j0k3r commented May 2, 2016

Looks like we forgot to set the title when creating an entry in postEntriesAction but we did it when updating an entry.

@nicosomb nicosomb added this to the 2.0.4 milestone May 2, 2016
@nicosomb nicosomb self-assigned this May 2, 2016
nicosomb added a commit that referenced this issue May 2, 2016
nicosomb added a commit that referenced this issue May 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants