Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix parser field visibility on importer edit form
The form initialization check was previously only looking for new forms (#new_importer), causing the JavaScript field visibility logic to be skipped entirely on edit pages. This meant parser-specific fields weren't being properly hidden/shown when editing existing importers. Added .edit_importer to the form check to ensure the field visibility logic runs on both new and edit forms.
- Loading branch information