Skip to content

fix(dashboards): raise widget description limit to 350#116185

Merged
DominikB2014 merged 1 commit into
masterfrom
dominikbuszowiecki/dain-1693-error-duplicating-mobile-vitals-dashboard
May 26, 2026
Merged

fix(dashboards): raise widget description limit to 350#116185
DominikB2014 merged 1 commit into
masterfrom
dominikbuszowiecki/dain-1693-error-duplicating-mobile-vitals-dashboard

Conversation

@DominikB2014
Copy link
Copy Markdown
Contributor

Summary

  • Bumps the widget description validator from 255 → 350 chars to fit the longest prebuilt widget description (271 chars, mobile vitals App Starts) plus buffer.
  • The 255 cap was a legacy artifact of the old CharField(max_length=255); the column is now TextField, so this is a serializer-only change.

DAIN-1693

Fits the longest prebuilt widget description (271 chars, mobile vitals
App Starts) with buffer. The 255 cap was a legacy artifact of the old
CharField; the column is now TextField.

DAIN-1693
@DominikB2014 DominikB2014 requested a review from a team as a code owner May 26, 2026 14:25
@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 26, 2026

DAIN-1693

@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label May 26, 2026
Copy link
Copy Markdown
Member

@nikkikapadia nikkikapadia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@DominikB2014 DominikB2014 merged commit 92f5077 into master May 26, 2026
64 checks passed
@DominikB2014 DominikB2014 deleted the dominikbuszowiecki/dain-1693-error-duplicating-mobile-vitals-dashboard branch May 26, 2026 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants