Skip to content

Conversation

@johnatawnclementawn
Copy link
Member

@johnatawnclementawn johnatawnclementawn commented Jan 5, 2026

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Description of Change

There was an unimplemented flag that was needed to enforce the maximum file number limit. This removes that flag and makes the enforcement of max files more intuitive.

Issues Solved

Closes #12542

Checklist

  • I targeted one of these branches:
    • dev/8.1.x (under development): features, bugfixes not covered below
    • dev/8.0.x (main support): regressions, crashing bugs, security issues, major bugs in new features
    • dev/7.6.x (extended support): major security issues, data loss issues
  • I added a changelog in arches/releases
  • I submitted a PR to arches-docs (if appropriate)
  • Unit tests pass locally with my changes
  • I added tests that prove my fix is effective or that my feature works
  • My test fails on the target branch

Accessibility Checklist

Developer Guide

Topic Changed Retested
Color contrast
Form fields
Headings
Links
Keyboard
Responsive Design
HTML validation
Screen reader

Ticket Background

Copy link
Contributor

@chrabyrd chrabyrd left a comment

Choose a reason for hiding this comment

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

looks good! just some minor nits

@johnatawnclementawn
Copy link
Member Author

johnatawnclementawn commented Jan 6, 2026

@chrabyrd is it too heavy-handed to add logic to the migration to remove activateMax from any existing file-list nodes in a user's graphs? I feel like the answer is no, but I just want to be sure
Added in latest

@johnatawnclementawn johnatawnclementawn force-pushed the jmc/12542-fix-file-list-max-files branch from d5c7e48 to 1c9c045 Compare January 6, 2026 21:28
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.

File List datatype activateMax field not configurable

3 participants