Align form maxlength attributes with DB schema limits #77
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Form field
maxlengthvalues inmokoog.xmlandtag.xmldon't consistently match the DB schema or TagTable validation.Details
Fix
Align form maxlength to match intended limits. TagTable::check() already handles truncation as a safety net, but the form should reflect the actual allowed lengths to avoid user confusion.
Impact
Low — purely cosmetic/UX. No data loss risk since TagTable validates anyway.
Branch created:
feature/77-align-form-maxlength-attributes-with-db-