Release #0491

  • When Promote Staff to Admin via API Return Admin Data: Updated the Promote Employee to Administrator Role API response to include the admin ID when staff are promoted to admin via API.
  • New API Endpoint: Create and Update Groups: Added API Endpoints to POST and PATCH groups.
  • Add Document Name Attribute to Document Assignments: Updated the Get Document Assignments endpoint to include an attribute, name, which will return the string value for the name of the document.
  • Federal W4: Validations: Qualified Tips: Added value validations in the deductions calculator to restrict the value up to $25,000 per the W4 instructions.
  • 🪲 BugFix: Display Warning Modal on Delete Conditional Fields: Updated logic to display the warning when deleting conditional fields to only display when Conditional Field Logic is active on the subdomain.
  • 🪲 BugFix: Stop Sending document_bc_number to E-Verify When Not Needed: Resolved issue causing cases to be stuck in Submitted if the Document Number for List B/C was over 17 characters, and not required in E-Verify.
  • 🪲 BugFix: Error When Editing Conditionable Fields: Resolved issue where certain field types (Radio Button, Dropdown) were uneditable.
  • 🪲 BugFix: Change Status Button Disabled: Resolved issue where change status button would be disabled on staff profiles while bulk actions with group assignments are being processed.
  • Additional performance enhancements and cleanup tasks