Skip to content

Comments

Fix quote description truncation beyond 255 characters#2455

Open
niroj-meshram wants to merge 1 commit intokrayin:2.1from
niroj-meshram:fix/quote-description-truncation-issue
Open

Fix quote description truncation beyond 255 characters#2455
niroj-meshram wants to merge 1 commit intokrayin:2.1from
niroj-meshram:fix/quote-description-truncation-issue

Conversation

@niroj-meshram
Copy link

@niroj-meshram niroj-meshram commented Feb 16, 2026

Issue Reference

Fixes #2454

Description

I resolved an issue where the quote description was being truncated to 255 characters. Previously, if a user entered a longer description, only the first 255 characters were saved without any warning.

To fix this, I created a migration and updated the description column type from string to text, allowing longer content to be stored without truncation.

How To Test This?

  1. Go to Quotes.
  2. Create a new quote or edit an existing one.
  3. Enter a description longer than 255 characters.
  4. Save the quote and reopen it.
  5. Verify that the full description is saved without truncation.

Documentation

  • My pull request requires an update on the documentation repository.

Branch Selection

  • Target Branch: master

Tailwind Reordering

Not applicable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Quote description gets truncated after 255 characters

1 participant