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

API board creation allowed without title #1344

Closed
tcassaert opened this issue Nov 23, 2019 · 1 comment
Closed

API board creation allowed without title #1344

tcassaert opened this issue Nov 23, 2019 · 1 comment

Comments

@tcassaert
Copy link
Contributor

tcassaert commented Nov 23, 2019

Describe the bug
When creating a board via the API, it is possible to create one, without providing a title, with an empty string. This is not possible in the UI.

To Reproduce
Steps to reproduce the behavior:

  1. Make a Post request with an empty title
  2. Board got created, with a blank title

Expected behavior
I'd expect an error, when there is an empty string provided


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@stefan-niedermann
Copy link
Member

@juliushaertl can you please explain this a little more?

I saw <length>255</length> and const TITLE_MAX_LENGTH = 100;. Did the max title length change or not? If yes: Beginning with which version? (Also: The title max length should be documented in the REST-API since the message max length is also documented there to be 1000).

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

4 participants