Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk Carry Forward has Catalog Number checked and greyed out on certain databases, causing crashes #5226

Open
combs-a opened this issue Aug 15, 2024 · 1 comment · May be fixed by #5242
Open
Assignees
Labels
1 - Bug Incorrect behavior of the product 2 - Forms Issues that are related to the form system
Milestone

Comments

@combs-a
Copy link
Collaborator

combs-a commented Aug 15, 2024

Describe the bug
Catalog Number is checked (and greyed out, so you can't uncheck it) in Bulk Carry Forward settings on databases with regex, non-incrementing catalog # formats. This causes a crash when you try to do Bulk Carry Forward.

To Reproduce
Steps to reproduce the behavior:

  1. Go to sdnhmherps_2_8_24
  2. Create or go to a record
  3. Open form meta menu and check both Carry Forward and Bulk Carry Forward settings
  4. See that in Bulk Carry Forward, Catalog Number cannot be changed and it is checked automatically
  5. Try to use Bulk Carry Forward
  6. See error message

Expected behavior
Should not be experiencing a crash.

Either Bulk Carry Forward should be disabled in these databases, or catalog number shouldn't be required. Likely the former, since only one form can be unsaved at a time and catalog number is always required.

Screenshots

15_bulkcarry2.mp4

Crash Report
Specify 7 Crash Report - 2024-08-15T14_55_06.965Z.txt

Please, also fill out the following information manually:

  • OS: Windows 10
  • Browser: Firefox
  • Specify 7 Version: edge, v7.9.7
  • Database Name: sdnhmherps_2_8_24
  • Collection name: Herp-PC
  • User Name: testuser

Additional context
sdnhmherps catalog number format is AAAAAA, which is custom. Unsure of the scope of the issue since I'm unsure how many users use non-incremental catalog numbers like this. Once this is fixed, this needs to be tested on DBs with this setup.

@combs-a combs-a added 1 - Bug Incorrect behavior of the product 2 - Forms Issues that are related to the form system labels Aug 15, 2024
@combs-a combs-a added this to the 7.9.7 milestone Aug 15, 2024
@CarolineDenis
Copy link
Contributor

NOTES:
Verify const tableValidForBulkClone()

@CarolineDenis CarolineDenis modified the milestones: 7.9.7, 7.9.8 Aug 15, 2024
@sharadsw sharadsw linked a pull request Aug 22, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - Bug Incorrect behavior of the product 2 - Forms Issues that are related to the form system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants