Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
AO3-5255 Allow tag set descriptions to be summary length #3181
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sarken commentedNov 24, 2017
•
Edited 1 time
-
sarken
Nov 24, 2017
Issue
https://otwarchive.atlassian.net/browse/AO3-5255
Purpose
Allows tag set descriptions to be the length we use for summaries (as defined in the updated config file in #3180). The field is now a textarea labeled "Description" with a character counter beneath it.
Testing
Refer to JIRA
References
Includes #3180 -- actual relevant commits are a333afe and e074a4c.
You can see the validation is already set up to be summary length and this is just a front end issue here: https://github.com/otwcode/otwarchive/blob/master/app/models/tagset_models/owned_tag_set.rb#L48