[SC-15827] Document configurable attachment upload limits - #1429
Conversation
PR SummaryThis PR updates the instructional text for file attachment size limits across several guide files. The previous hard-coded limit of 50 MB has been replaced with a default limit of 100 MB per file. Additionally, the revised messages now indicate that the limit displayed in the user interface (using {{< var vm.product >}}) may vary based on the deployment configuration. These changes are applied in multiple files, including inventory and artifact management guides, to ensure consistency and clearer communication to the user. The changes focus solely on the user-facing text and do not affect the underlying functionality or file upload mechanisms. Test Suggestions
|
Validate docs site✓ INFO: A live preview of the docs site is available — Open the preview |
Lighthouse check results✓ INFO: Average accessibility score is 0.91 (required: ≥0.9) — View the workflow run Audit mode: changed pages (2 URL(s)) Show Lighthouse scoresCommit SHA: f3a6954 For a thorough audit, run the Lighthouse check workflow manually (Actions → Lighthouse check → Run workflow) with depth 0–2, or add the
|
Pull Request Description
What and why?
Updates attachment guidance for records and artifacts to replace the outdated fixed 50 MB limit with the new 100 MB default. The copy also directs readers to the limit shown in ValidMind because deployments can configure a different maximum.
This addresses SC-15827 and keeps the field-type reference consistent with the upload guides.
How to test
Rendered the affected pages locally with Quarto using the development profile:
guide/inventory/edit-inventory-fields.qmdguide/validation/update-artifacts.qmdguide/inventory/manage-inventory-fields.qmdguide/validation/manage-artifact-fields.qmdAll four pages rendered successfully. The existing unresolved
validmind/validmind.qmdlink warnings remain unrelated to this change.Documentation preview
Open the documentation preview. The preview becomes available after the
validatecheck completes successfully.What needs special review?
Please confirm that describing 100 MB as the default, while deferring to the limit shown in-product for configured deployments, matches the final behavior in the frontend fix.
Dependencies, breaking changes, and deployment notes
Depends on validmind/frontend#2457. The documentation should merge and deploy with or after the frontend behavior.
No breaking changes or special documentation deployment steps.
Release notes
Updated attachment upload guidance to document the new 100 MB default and clarify that the maximum can vary by deployment. Learn more about managing record attachments.
Checklist