diff --git a/CHANGELOG.md b/CHANGELOG.md index ace88c1..1f7e5e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # RoboBanana Changelog +## 2024.06.05 +### Additions and Fixes: +- Set character limit of additional info section to 1000 on vod submission modal ([#160](https://github.com/crscillitoe/RoboBanana/pull/160)) (By [Leshy](https://github.com/lorinvzyl)) ## 2024.06.01 ### Additions and Fixes: - /manager flag_vod automatically calculates duration required for temprole until desired vod review day ([#158](https://github.com/crscillitoe/RoboBanana/pull/158)) (By [Leshy](https://github.com/lorinvzyl)) diff --git a/views/vod_submission/vod_submission_modal.py b/views/vod_submission/vod_submission_modal.py index d3d7d64..41b9a11 100644 --- a/views/vod_submission/vod_submission_modal.py +++ b/views/vod_submission/vod_submission_modal.py @@ -48,6 +48,7 @@ def __init__(self, client) -> None: label="Additional Information (Optional)", style=TextStyle.paragraph, required=False, + max_length=1000, ) # Paragraph