Skip to content

fix: replace undefined Fill class with Controller in run_pdf_fill_process#216

Open
lakshsarda137 wants to merge 1 commit intofireform-core:mainfrom
lakshsarda137:fix/undefined-fill-class
Open

fix: replace undefined Fill class with Controller in run_pdf_fill_process#216
lakshsarda137 wants to merge 1 commit intofireform-core:mainfrom
lakshsarda137:fix/undefined-fill-class

Conversation

@lakshsarda137
Copy link

Summary

  • Fix NameError caused by undefined Fill class in run_pdf_fill_process()
  • Replace with Controller().fill_form() which is properly imported and used elsewhere in the codebase

Fixes #215

Test plan

  • Verify run_pdf_fill_process() can be called without NameError

…cess

Fill.fill_form() causes NameError as Fill is never imported.

Made-with: Cursor
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.

[BUG]: NameError - undefined Fill class in run_pdf_fill_process

1 participant