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

CI4: Item CSV Import Broken #3896

Closed
objecttothis opened this issue Dec 12, 2023 · 1 comment
Closed

CI4: Item CSV Import Broken #3896

objecttothis opened this issue Dec 12, 2023 · 1 comment
Assignees
Labels
bug CodeIgniter4 Issue relates to the conversion to CodeIgniter 4
Milestone

Comments

@objecttothis
Copy link
Member

When clicking the download link for the items csv import file it routes to 'public/items/generate_csv_file' and results in a 404 error. This will be a fairly easy fix of renaming the function in the controller and the view so the auto routing works properly. After that we need to test to make sure that the template is generated correctly. Once done we need to test that imports work properly with both new items and existing items.

@objecttothis objecttothis added bug CodeIgniter4 Issue relates to the conversion to CodeIgniter 4 labels Dec 12, 2023
@objecttothis objecttothis added this to the 3.4.0 milestone Dec 12, 2023
@objecttothis
Copy link
Member Author

I've pushed several commits to help with some deprecation warnings and tested. This seems to be working now, so I'll close it. Someone can re-open it if we find further bugs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug CodeIgniter4 Issue relates to the conversion to CodeIgniter 4
Projects
None yet
Development

No branches or pull requests

2 participants